fix a contact form layout bug, in cases where the scrollbar is visible

This commit is contained in:
rolux 2011-11-03 18:10:24 +00:00
parent 56b1098c60
commit fb1722cb42

View file

@ -156,7 +156,7 @@ pandora.ui.contactForm = function() {
pandora.$ui.siteDialog
? parseInt(pandora.$ui.siteDialog.css('width'))
: Math.round(window.innerWidth * 0.75)
) - 304, 512);
) - 304 - Ox.UI.SCROLLBAR_SIZE, 512);
}
that.resize = function() {