From 8f3a19794073edc4fc5a2ee804b9ca9218e93a65 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Wed, 18 Oct 2017 18:05:54 +0200 Subject: [PATCH] New eldy theme top menu fixed (hidden conf) --- htdocs/theme/eldy/style.css.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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;