mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:29:22 +08:00
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
Block a user