Show user's profile menu always on top

This commit is contained in:
Hadi Nategh 2021-02-03 17:18:36 +01:00
parent 76d259b593
commit b85a1f0627
2 changed files with 2 additions and 2 deletions

View File

@ -4142,7 +4142,7 @@ td.message span.message {
display: none;
right: 5px;
width: 241px;
z-index: 1000;
z-index: 1001;
top: 46px;
background: white;
box-shadow: 2px 3px 13px #666666;

View File

@ -61,7 +61,7 @@
display: none;
right: 5px;
width: 241px;
z-index: 1000;
z-index: 1001;
top: 46px;
background: white;
.box_shadow;