Browse Source

Merge pull request #166 from iogbole/fix_dropdown_menu

bring dropdown menus to front
Christian Esperar 8 years ago
parent
commit
d755cc3fde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      production/css/custom.css

+ 1 - 1
production/css/custom.css

@@ -1381,7 +1381,7 @@ ul.msg_list li a .message {
   position: absolute;
   text-shadow: none;
   top: 100%;
-  z-index: 1000;
+  z-index: 9998;
   border: 1px solid #D9DEE4;
   border-top-left-radius: 0;
   border-top-right-radius: 0;