mirror of
https://github.com/unraid/webgui.git
synced 2026-03-08 03:49:53 -05:00
GUI: make header scrollable with floating menu
Maximize real-estate
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user