mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Show user's profile menu always on top
This commit is contained in:
parent
76d259b593
commit
b85a1f0627
@ -4142,7 +4142,7 @@ td.message span.message {
|
|||||||
display: none;
|
display: none;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
width: 241px;
|
width: 241px;
|
||||||
z-index: 1000;
|
z-index: 1001;
|
||||||
top: 46px;
|
top: 46px;
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: 2px 3px 13px #666666;
|
box-shadow: 2px 3px 13px #666666;
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
width: 241px;
|
width: 241px;
|
||||||
z-index: 1000;
|
z-index: 1001;
|
||||||
top: 46px;
|
top: 46px;
|
||||||
background: white;
|
background: white;
|
||||||
.box_shadow;
|
.box_shadow;
|
||||||
|
Loading…
Reference in New Issue
Block a user