Style updates

This commit is contained in:
bergware
2022-07-07 22:40:01 +02:00
parent 85395516bb
commit 83464830a7
@@ -824,7 +824,7 @@ $(window).scroll(function() {
var top = $('div#header').height()-1; // header height has 1 extra pixel to cover overlap
$('div#menu').css($(this).scrollTop() > top ? {position:'fixed',top:'0'} : {position:'absolute',top:top+'px'});
// banner
$('div.upgrade_notice').css($(this).scrollTop() > 24 ? {osition:'fixed',top:'0'} : {position:'absolute',top:'24px'});
$('div.upgrade_notice').css($(this).scrollTop() > 24 ? {position:'fixed',top:'0'} : {position:'absolute',top:'24px'});
<?endif;?>
});
$('.back_to_top').click(function(event) {