You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm loading the default bootstrap 3.3.0 CSS and had a similar problem.
Solved by adding this CSS:
body.modal-open { overflow:inherit; padding-right:inherit !important; }
The !important is because bootstrap modal javascript adds 17px of padding to the right programatically. My guess is that it's to compensate for the scrollbar, but I do not want that.
twbs
locked and limited conversation to collaborators
Nov 6, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://oi41.tinypic.com/2s0e05x.jpg
This is on v3 final, Win FF23.
Even with a normal sized modal, the page content moves a few pixels on the right of the page.
The text was updated successfully, but these errors were encountered: