From f00e534ef28991da44de10e2f4bab14f7257584a Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 18 Feb 2015 15:29:31 +0200 Subject: style: hide scrollbars --- res/client/css/partials/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/client/css/partials/base.scss b/res/client/css/partials/base.scss index 7edebc53..9d816d57 100644 --- a/res/client/css/partials/base.scss +++ b/res/client/css/partials/base.scss @@ -7,7 +7,7 @@ html, body { height: 100%; font-family: $base-font-family; - overflow-y: hidden; + overflow: hidden; /* hide horizontal & vertical scrollbars */ } body { -- cgit v1.3.1