From fb1722cb42a53e4014f9d526e0b78bd0c669ca20 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 3 Nov 2011 18:10:24 +0000 Subject: [PATCH] fix a contact form layout bug, in cases where the scrollbar is visible --- static/js/pandora/contactForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/contactForm.js b/static/js/pandora/contactForm.js index 3f08790d..029ec267 100644 --- a/static/js/pandora/contactForm.js +++ b/static/js/pandora/contactForm.js @@ -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() {