diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index fd6cb806340..82cc7ca3874 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1038,6 +1038,14 @@ td.showDragHandle { height: calc(100% - 50px);*/ } +global->THEME_TOPMENU_STICKY_POSITION)) { ?> +.side-nav-vert { + position: sticky; + top: 0px; + z-index: 90; +} + + .side-nav { display: table-cell; border-right: 1px solid #d0d0d0;