Fixes open modal for android < 4.3

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-15 13:09:21 -03:00
parent 19243470be
commit 4ac645ff3b
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -573,6 +573,7 @@ to prevent collapsing during animation*/
body.modal-open {
position: fixed;
overflow: hidden;
z-index: 1;
}
.reveal-modal {