From c38ac1b5ce435723e05096fbcb1c94c431b5f8ad Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 23 Apr 2016 14:57:01 -0400 Subject: [PATCH] update document scroll --- dashboard-ui/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8192ece39..7a212f46c 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -287,7 +287,7 @@ html { } body { - overflow-y: scroll !important; + overflow-y: auto !important; /* This is needed to prevent a horizontal scrollbar while neon-animated-pages are animating. */ overflow-x: hidden; /*Can't use this with safari or it causes some content to disappear*/