NEW Top menu is always on screen with MD theme.

This commit is contained in:
Laurent Destailleur 2018-10-18 17:33:14 +02:00
parent 05326e271d
commit 66cb06eca9

View File

@ -1205,6 +1205,13 @@ td.showDragHandle {
.side-nav-vert {
margin-left: 228px;
}
<?php if (empty($conf->global->THEME_DISABLE_STICKY_TOPMENU)) { ?>
.side-nav-vert {
position: sticky;
top: 0px;
z-index: 210;
}
<?php } ?>
/* For smartphone (testmenuhider is on) */
<?php if (in_array($conf->browser->layout, array('phone','tablet')) && ((GETPOST('testmenuhider') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))) { ?>