diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c38f15f96eb..959ecc8e4cf 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1031,6 +1031,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;