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