FIX: on mobile, don't scroll background when showing a modal. iOS goes bananas. Thanks shobhit007
This commit is contained in:
parent
1165aa2dae
commit
ed201b1b5b
|
@ -17,6 +17,9 @@
|
|||
z-index: 2070;
|
||||
}
|
||||
|
||||
// Prevent background scrolling when a modal is open
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
|
|
Loading…
Reference in New Issue