(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

@@ -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%);