From 1bc5ef3516c28fccc5b6d17e7273bc46097c88f7 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Wed, 6 Oct 2021 15:46:21 -0500 Subject: [PATCH] fix(toolbox): prevents filmstrip scrolling. The toolbox container with is 100% and when displayed prevents filmstrip scrolling for the whole width of the screen. --- css/_toolbars.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/_toolbars.scss b/css/_toolbars.scss index 3ee0f3ce5..a726bea6b 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -29,6 +29,7 @@ right: 0; transition: bottom .3s ease-in; width: 100%; + pointer-events: none; &.visible {