mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
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;
|
background-position-x: 5px;
|
||||||
border: 2px gray solid;
|
border: 2px gray solid;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
z-index: 10;
|
z-index: 100000;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
Printing
|
Printing
|
||||||
|
@ -381,5 +381,5 @@ body > div#egw_message {
|
|||||||
background-position-x: 5px;
|
background-position-x: 5px;
|
||||||
border: 2px gray solid;
|
border: 2px gray solid;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
z-index: 10;
|
z-index: 100000;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user