From f39025b41986a0c04f77e9fbdaf690f8d85fa174 Mon Sep 17 00:00:00 2001 From: KDSBrowne Date: Mon, 24 Feb 2020 15:20:05 +0000 Subject: [PATCH] fix whiteboard toolbar overlapping userlist and its dropdowns --- bigbluebutton-html5/imports/ui/components/app/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/imports/ui/components/app/styles.scss b/bigbluebutton-html5/imports/ui/components/app/styles.scss index d719ba56c8..e7ba9ee314 100755 --- a/bigbluebutton-html5/imports/ui/components/app/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/app/styles.scss @@ -108,7 +108,7 @@ @extend %text-elipsis; @include highContrastOutline(); outline-style: solid; - z-index: 2; + z-index: 3; overflow: visible; order: 1; @@ -148,7 +148,7 @@ order: 2; height: 100%; @include mq($small-only) { - z-index: 3; + z-index: 4; height: auto; top: var(--navbar-height); overflow: visible;