From 9b8495ca09f987af90eb9b16ab5473cb4db47a72 Mon Sep 17 00:00:00 2001 From: KDSBrowne Date: Mon, 16 Dec 2019 14:58:52 +0000 Subject: [PATCH] fix whiteboard toolbar not accessible via mouse (after publish / presentation swap) --- .../ui/components/whiteboard/whiteboard-toolbar/styles.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-toolbar/styles.scss b/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-toolbar/styles.scss index 303546b594..779fe07e25 100755 --- a/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-toolbar/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-toolbar/styles.scss @@ -29,6 +29,7 @@ left: auto; bottom: 0; pointer-events: none; + z-index: 3; [dir="rtl"] & { margin: 0 0 0 var(--toolbar-margin); @@ -42,10 +43,6 @@ } } -.toolbarContainer:hover{ - z-index: 3; -} - .toolbarWrapper { width: 100%; display: flex;