Merge pull request #2996 from cmgustavo/bug/open-modal-android

Fixes open modal for android < 4.3
This commit is contained in:
Matias Alejo Garcia 2015-07-15 13:34:57 -03:00
commit dced6ea299

View file

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