/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.
This commit is contained in:
Brock Whittaker
2017-09-27 09:38:53 -07:00
committed by Tim Abbott
parent b937e1fede
commit 4e86bffb15

View File

@@ -1344,7 +1344,6 @@ input.new-organization-button {
transform: translateX(0);
transition: all 0.3s ease;
overflow: hidden;
height: 100vh;
}