Skip to content

Commit

Permalink
New eldy theme top menu fixed (hidden conf)
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Oct 18, 2017
1 parent 34e0931 commit 8f3a197
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -1031,6 +1031,14 @@
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;
Expand Down

0 comments on commit 8f3a197

Please sign in to comment.