New eldy theme top menu fixed (hidden conf)

This commit is contained in:
Maxime Kohlhaas 2017-10-18 18:05:54 +02:00
parent 34e09315cc
commit 8f3a197940

View File

@ -1031,6 +1031,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;