I am almost done with a simple 2-page website for my registered domain names. Unfortunately I have one small issue I can\'t seem to fix: a jumpy header when a Twitter Bootst
When the modal opens, the "modal-open" class is added to the HTML element which hides overflow. You can change this by over-writing the "modal-open" class with
overflow: inherit
. This will keep the scrollbar in view, just as it is when the modal is closed. Keep in mind that this will change the overflow option whenever any modal is opened on the page. Hope this helps. Good luck!