This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b84f66  move above bootstrap dropdown backdrop
9b84f66 is described below

commit 9b84f66e0afba5d1fed16eb27df02100a7f99396
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 20:32:18 2021 +0100

    move above bootstrap dropdown backdrop
---
 webui/css/scaffolding.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index bd00a4f..bf9875f 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -688,7 +688,7 @@ a.dropdown-toggle {
 }
 
 #display_options_dropdown, #login_dropdown {
-    z-index: 10;
+    z-index: 1001;
     background-color: white;
 }
 
@@ -724,7 +724,7 @@ a.dropdown-toggle {
 
 #display_options_dropdown {
     width: 380px;
-    z-index: 12;
+    z-index: 1001;
 }
 
 .navbar-default {

Reply via email to