0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

default.css:

- set z-index 101 for submenus to ensure quota usage bars don't hide them


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1836 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2016-05-15 19:20:59 +00:00
parent 336d7a8e28
commit 8ad849e7b6

View File

@ -170,6 +170,7 @@ ul.flash-error {
color: #999999;
border:2px solid white;
border-top:none;
z-index:101;
}
#menu li:hover ul, #menu li.sfhover ul, #tabbar li:hover ul, #tabbar li.sfhover ul {