From a50e37c7fbc03fdaf2b0e83dc26b43af8804fafe Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 3 Jan 2015 21:29:10 -0300 Subject: [PATCH] fix sidebar lock --- css/src/mobile.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index 61b431ea8..b4f699674 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -19,7 +19,7 @@ } .button-close { - margin-top:65px; + margin-top:10px; background: #213140; padding: 1.2rem; font-size: 14px; @@ -91,7 +91,6 @@ .scroll-section { position: absolute; top: 45px; - bottom: 65px; overflow-y: auto; }