From 4e86bffb1517e94e62078e1dc915ef8392a96846 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 27 Sep 2017 09:38:53 -0700 Subject: [PATCH] /help/: Remove "overflow: hidden" from sidebar on mobile. This removes the "overflow: hidden" value in CSS on screens that are less than 1000px wide. Fixes: #6700. --- static/styles/portico.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/portico.css b/static/styles/portico.css index df45d2286c..282da6fc16 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -1344,7 +1344,6 @@ input.new-organization-button { transform: translateX(0); transition: all 0.3s ease; - overflow: hidden; height: 100vh; }