GUI: make header scrollable with floating menu

Maximize real-estate
This commit is contained in:
bergware
2018-10-29 12:58:12 +01:00
parent b0eb33d68b
commit 2c2f7587d7
3 changed files with 7 additions and 4 deletions

View File

@@ -495,6 +495,9 @@ $(window).scroll(function() {
} else {
$('.back_to_top').fadeOut(backtotopduration);
}
<?if (strstr('black,white',$display['theme'])):?>
$('div#menu').css($(this).scrollTop()>90 ? {position:'fixed',top:'0'} : {position:'absolute',top:'90px'});
<?endif;?>
});
$('.back_to_top').click(function(event) {
event.preventDefault();