setting huge z-index for message, to are completly above "icons" in top right

This commit is contained in:
Ralf Becker 2014-02-07 16:36:59 +00:00
parent 9cee688e82
commit 1beb73db9e
2 changed files with 5 additions and 5 deletions

View File

@ -5376,7 +5376,7 @@ body > div#egw_message {
background-position-x: 5px;
border: 2px gray solid;
min-width: 100px;
z-index: 10;
z-index: 100000;
}
/*
Printing

View File

@ -381,5 +381,5 @@ body > div#egw_message {
background-position-x: 5px;
border: 2px gray solid;
min-width: 100px;
z-index: 10;
z-index: 100000;
}