From 711a37d63b3f8bf62f0583f03e5830aa52d00ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Mon, 13 Oct 2014 00:15:34 +0200 Subject: [PATCH] scrollbar fix --- assets/css/style.css | 3 ++- assets/scss/style.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0e089f1..42c34b4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -6509,7 +6509,8 @@ th.hide-for-touch { th.show-for-print { display: table-cell !important; } } html { - height: auto; } + height: auto; + overflow: hidden; } body { position: relative; diff --git a/assets/scss/style.scss b/assets/scss/style.scss index cc107f9..395fb28 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -52,6 +52,7 @@ html { height: auto; + overflow: hidden; //only if nicescroll plugin is in use (default enabled) } body { position: relative;