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:
parent
1d44741d5e
commit
1bc5ef3516
|
@ -29,6 +29,7 @@
|
|||
right: 0;
|
||||
transition: bottom .3s ease-in;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
|
||||
|
||||
&.visible {
|
||||
|
|
Loading…
Reference in New Issue