From c0d61c82f4678cadfdef88131949dc9935b10a14 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 24 Apr 2015 04:04:49 -0300 Subject: [PATCH] Removes background when opening sidebar to opmitize the slider --- src/css/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/mobile.css b/src/css/mobile.css index 76a2b1c9e..9ae3fd450 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -373,7 +373,7 @@ a, button, .button, input, textarea, select, .reveal-modal { box-shadow: none; display: block; position: absolute; - background: rgba(255,255,255,.2); + background: none; top: 0; bottom: 0; left: 0;