Fixes scrolling on modals for desktop versions

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-11 15:44:54 -03:00
parent 9cebdbef42
commit be6c132fbc
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ to prevent collapsing during animation*/
width: 100%;
top: 45px;
padding-bottom: 33px;
-webkit-transform: translate3d(0,0,0);
}
.reveal-modal {