(frontend) scope scrollbar gutter override to video rooms

limit scrollbar gutter override to video conference context
This commit is contained in:
Cyril
2026-01-19 09:51:23 +01:00
committed by aleb_the_flash
parent b675517a60
commit 13d26a76b3
2 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
- 📝(frontend) align close dialog label in rooms locale #878
- 🩹(backend) use case-insensitive email matching in the external api #887
- 🐛(frontend) ensure transcript segments are sorted by their timestamp #899
- 🐛(frontend) scope scrollbar gutter override to video rooms #882
## [1.3.0] - 2026-01-13

View File

@@ -45,6 +45,10 @@ body:has(.lk-video-conference) #crisp-chatbox > * > div[role='button'] {
display: none !important;
}
html:has(.lk-video-conference) {
scrollbar-gutter: auto !important;
}
@keyframes slide-full {
from {
transform: translateY(100%);