This commit is contained in:
Laurent Destailleur 2020-03-17 02:30:19 +01:00
parent 94750ed350
commit 42271bb768
2 changed files with 3 additions and 3 deletions

View File

@ -1289,7 +1289,7 @@ td.showDragHandle {
.side-nav-vert {
position: sticky;
top: 0px;
z-index: 210;
z-index: 1001;
}
<?php } ?>
@ -4162,7 +4162,7 @@ span[phptag] {
background: #e6e6e6;
display: inline-block;
padding: 4px 0 4px 0;
z-index: 250;
z-index: 1000;
}
.websitebar .buttonDelete, .websitebar .button {
text-shadow: none;

View File

@ -1440,7 +1440,7 @@ body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block
.side-nav-vert {
position: sticky;
top: 0px;
z-index: 210;
z-index: 1001;
}
<?php } ?>