mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(toolbox): prevents filmstrip scrolling.
The toolbox container with is 100% and when displayed prevents filmstrip scrolling for the whole width of the screen.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
1d44741d5e
commit
1bc5ef3516
@@ -29,6 +29,7 @@
|
||||
right: 0;
|
||||
transition: bottom .3s ease-in;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
|
||||
|
||||
&.visible {
|
||||
|
||||
Reference in New Issue
Block a user