From f4e4767a53694948c5607da30160d35d37bf755e Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 6 May 2015 16:09:58 -0300 Subject: [PATCH] Hide elements with z-index (fix modals on mobile) --- src/css/mobile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/mobile.css b/src/css/mobile.css index 50a95453f..660f4c4c4 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -552,7 +552,7 @@ a.pin-button:active { } .reveal-modal { - opacity: 0; + z-index: -1; padding: 0; border: none; border-radius: 0; @@ -593,7 +593,7 @@ a.pin-button:active { .reveal-modal.ng-animate.in-remove { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; - opacity: 1; + z-index: 1003; } @-webkit-keyframes slideInUp { @@ -628,7 +628,7 @@ a.pin-button:active { } .reveal-modal.fade.in { - opacity: 1; + z-index: 1003; } input[type="color"],