Browse Source

fix(toolbox): prevents filmstrip scrolling.

The toolbox container with is 100% and when displayed prevents filmstrip
scrolling for the whole width of the screen.
master
Hristo Terezov 3 years ago
parent
commit
1bc5ef3516
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      css/_toolbars.scss

+ 1
- 0
css/_toolbars.scss View File

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

Loading…
Cancel
Save