From af604d0ec1907d14d53b65be4ae566ce6a4b1aeb Mon Sep 17 00:00:00 2001 From: Jan Potoms Date: Wed, 26 Nov 2014 16:47:17 +0100 Subject: [PATCH] Allow scrollbars --- lib/app/sass/app.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/app/sass/app.scss b/lib/app/sass/app.scss index 18dfacc2..22a9db96 100644 --- a/lib/app/sass/app.scss +++ b/lib/app/sass/app.scss @@ -807,9 +807,8 @@ $mobile: new-breakpoint(max-width 480px); .sg.section-partial { position: relative; - position: relative; - overflow: hidden; + overflow: auto; padding: 1em;