fix a contact form layout bug, in cases where the scrollbar is visible
This commit is contained in:
parent
56b1098c60
commit
fb1722cb42
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ pandora.ui.contactForm = function() {
|
||||||
pandora.$ui.siteDialog
|
pandora.$ui.siteDialog
|
||||||
? parseInt(pandora.$ui.siteDialog.css('width'))
|
? parseInt(pandora.$ui.siteDialog.css('width'))
|
||||||
: Math.round(window.innerWidth * 0.75)
|
: Math.round(window.innerWidth * 0.75)
|
||||||
) - 304, 512);
|
) - 304 - Ox.UI.SCROLLBAR_SIZE, 512);
|
||||||
}
|
}
|
||||||
|
|
||||||
that.resize = function() {
|
that.resize = function() {
|
||||||
|
|
Loading…
Reference in a new issue