diff --git a/js/ui-load.js b/js/ui-load.js index 74f8fa9..03dfd29 100644 --- a/js/ui-load.js +++ b/js/ui-load.js @@ -30,7 +30,7 @@ function resizeContent() { $('.smsection').css({ 'height': (($(window).height() - 152)) + 'px' }); var smheight = $('.smsection').height(); var smwidth = $('.smsection').width(); - $('#BottomContainer').css({ 'top': smheight + 34 + 'px' }); + $('#BottomContainer').css({ 'top': smheight + 35 + 'px' }); if ($.cookie('sidebar')) { var tabwidth = $(window).width() - 268; if (tabwidth >= 700) {