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:
Hristo Terezov 2021-10-06 15:46:21 -05:00 committed by Saúl Ibarra Corretgé
parent 1d44741d5e
commit 1bc5ef3516
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
right: 0;
transition: bottom .3s ease-in;
width: 100%;
pointer-events: none;
&.visible {