From 2111d0a303c2125e51d6223761c6c0c68dffa035 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 11 May 2015 15:15:55 -0300 Subject: [PATCH] Fix modals for large screen --- src/css/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/mobile.css b/src/css/mobile.css index 254b24a62..8decd0790 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -550,6 +550,10 @@ a.pin-button:active { display: none !important; } +.reveal-modal.full { + top: 0 !important; +} + .reveal-modal { padding: 0; border: none;