forked from extern/egroupware
setting huge z-index for message, to are completly above "icons" in top right
This commit is contained in:
parent
9cee688e82
commit
1beb73db9e
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user