From be6c132fbc7e39c76abb2ca586b6784fa7b4fe16 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 11 Jun 2015 15:44:54 -0300 Subject: [PATCH] Fixes scrolling on modals for desktop versions --- src/css/mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/mobile.css b/src/css/mobile.css index 39a68387d..f741d22c2 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -565,6 +565,7 @@ to prevent collapsing during animation*/ width: 100%; top: 45px; padding-bottom: 33px; + -webkit-transform: translate3d(0,0,0); } .reveal-modal {