diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8192ece39b..7a212f46c7 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*/