Gale Van Rossem

Results 1 comments of Gale Van Rossem

Adding this rule to my css fixed it globally for me: ``` css body.modal-open { overflow: visible; } ``` See this Stack Overflow post: http://stackoverflow.com/questions/21604674/bootstrap-modal-background-jumps-to-top-on-toggle I have not confirmed this,...