Merge pull request #7655 from atm-maxime/new_eldy_sticky_menu
NEW option to fix top menu with eldy theme (hidden conf)
This commit is contained in:
commit
5e2d6620f2
@ -1038,6 +1038,14 @@ td.showDragHandle {
|
|||||||
height: calc(100% - 50px);*/
|
height: calc(100% - 50px);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<?php if (!empty($conf->global->THEME_TOPMENU_STICKY_POSITION)) { ?>
|
||||||
|
.side-nav-vert {
|
||||||
|
position: sticky;
|
||||||
|
top: 0px;
|
||||||
|
z-index: 90;
|
||||||
|
}
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
.side-nav {
|
.side-nav {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
border-right: 1px solid #d0d0d0;
|
border-right: 1px solid #d0d0d0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user