1
0

Fix for overflowing height.

This commit is contained in:
Fredrik Erlandsson 2011-06-17 11:16:11 +02:00
parent 067b76462e
commit 293feae938

View File

@ -197,6 +197,8 @@ function mosaicResize()
myWidth=myWidth-7;
($('#paginator').length != 0) ? myHeight-=165: myHeight-=138;
myHeight = myHeight - $('#g-site-status').outerHeight(true);
$('#g-header').css('top', $('#gsNavBar').outerHeight(true)+$('#g-site-status').outerHeight(true)-4);
if ( !mosaicView )
{