Merge pull request #2996 from cmgustavo/bug/open-modal-android
Fixes open modal for android < 4.3
This commit is contained in:
commit
dced6ea299
1 changed files with 1 additions and 0 deletions
|
|
@ -573,6 +573,7 @@ to prevent collapsing during animation*/
|
||||||
body.modal-open {
|
body.modal-open {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal-modal {
|
.reveal-modal {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue