From 2bcbcd7e5b2e1376e90b8f2472b970cee4a4b4c1 Mon Sep 17 00:00:00 2001 From: Artur Marczyk Date: Fri, 27 May 2016 19:50:57 +0200 Subject: [PATCH] Fixes #42. Scrolling from javascript not working when overflow: auto set on body --- lib/app/css/styleguide-app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app/css/styleguide-app.css b/lib/app/css/styleguide-app.css index da5ad05f..7adc10a8 100644 --- a/lib/app/css/styleguide-app.css +++ b/lib/app/css/styleguide-app.css @@ -23,7 +23,6 @@ html, body.sg { width: 100%; height: 100%; - overflow: auto; } .sg.view-index {