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:
Laurent Destailleur 2017-10-19 19:29:07 +02:00 committed by GitHub
commit 5e2d6620f2

View File

@ -1038,6 +1038,14 @@ td.showDragHandle {
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 {
display: table-cell;
border-right: 1px solid #d0d0d0;