bootstrap-modal
bootstrap-modal copied to clipboard
Background image & fixed elements shift when modal is opened
If I have a background image on the body element with position "center top" and attachment "fixed", then the image shifts slightly when the modal is open.
body { background: url(../images/background10compressed.jpg) repeat center top #fff; background-attachment:fixed; }
It also shifts fixed elements on the page.
Browser: Firefox OS: OSX 10.8
Its offset by the scrollbar width ?
I have the same problem. BG image and fixed elements are moved to the right. Any ideas?