From 3efcfcd0fddc20a2ad9bb28e3c4c47f325c0d254 Mon Sep 17 00:00:00 2001
From: Ramon Souza <contato@ramonsouza.com>
Date: Tue, 6 Apr 2021 14:15:18 -0300
Subject: [PATCH] fix action button over userlist and dropdown

---
 bigbluebutton-html5/imports/ui/components/app/styles.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-html5/imports/ui/components/app/styles.scss b/bigbluebutton-html5/imports/ui/components/app/styles.scss
index 6d298149c9..c24e0307e0 100755
--- a/bigbluebutton-html5/imports/ui/components/app/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/app/styles.scss
@@ -100,7 +100,7 @@
   @extend %text-elipsis;
   @extend %highContrastOutline;
   outline-style: solid;
-  z-index: 3;
+  z-index: 4;
   overflow: visible;
   order: 1;
 
-- 
GitLab