When I open the twitter bootstrap modal dialog, the backdrop causes a scrollbar and shift the content.
To avoid the scrollbar I use this css:
.modal
body { /*prevent modal background jumping*/ padding-right:0px !important; margin-right:0px !important; } /*prevent modal background jumping*/ body.modal-open { overflow: auto; }