From 13d26a76b3cd16f15c4e6dfcda7a8380a37809db Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 19 Jan 2026 09:51:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(frontend)=20scope=20scrollbar=20gutte?= =?UTF-8?q?r=20override=20to=20video=20rooms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit limit scrollbar gutter override to video conference context --- CHANGELOG.md | 1 + src/frontend/src/styles/index.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e2f1ff..1204c587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/frontend/src/styles/index.css b/src/frontend/src/styles/index.css index b74f3516..2aabeb8d 100644 --- a/src/frontend/src/styles/index.css +++ b/src/frontend/src/styles/index.css @@ -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%);