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
Another solution is to add:
.modal-open .navbar-fixed-top { overflow-y: scroll; }
to prevent its content from jumping. Again, easy as that.