✨(frontend) scope scrollbar gutter override to video rooms
limit scrollbar gutter override to video conference context
This commit is contained in:
@@ -24,6 +24,7 @@ and this project adheres to
|
|||||||
- 📝(frontend) align close dialog label in rooms locale #878
|
- 📝(frontend) align close dialog label in rooms locale #878
|
||||||
- 🩹(backend) use case-insensitive email matching in the external api #887
|
- 🩹(backend) use case-insensitive email matching in the external api #887
|
||||||
- 🐛(frontend) ensure transcript segments are sorted by their timestamp #899
|
- 🐛(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
|
## [1.3.0] - 2026-01-13
|
||||||
|
|
||||||
|
|||||||
@@ -45,6 +45,10 @@ body:has(.lk-video-conference) #crisp-chatbox > * > div[role='button'] {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html:has(.lk-video-conference) {
|
||||||
|
scrollbar-gutter: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes slide-full {
|
@keyframes slide-full {
|
||||||
from {
|
from {
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
|
|||||||
Reference in New Issue
Block a user