summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/client/css/partials/base.scss2
1 files changed, 1 insertions, 1 deletions
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 {