FIX: on mobile, don't scroll background when showing a modal. iOS goes bananas. Thanks shobhit007

This commit is contained in:
Neil Lalonde 2014-02-26 13:44:46 -05:00
parent 1165aa2dae
commit ed201b1b5b
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
z-index: 2070;
}
// Prevent background scrolling when a modal is open
overflow: hidden;
position: fixed;
}
.modal-backdrop {