From 4fae589b3c8d1bb7fbc94bf6d8bfec2cb17a1d2a Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 12 Jul 2019 14:01:02 +0200 Subject: [PATCH] sidebar fix --- package.json | 2 +- scss/layout/_core.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7098860ac..37d0cca3a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Premium and Open Source dashboard template with responsive and high quality UI.", "scripts": { - "start": "npm-run-all --sequential clean css-main js-compile-standalone browsersync --parallel watch html-watch --sequential", + "start": "npm-run-all clean css-main js-compile-standalone --parallel browsersync watch html-watch", "build": "npm-run-all html-build css js", "bundlesize": "bundlesize", "browsersync": "node build/browsersync.js", diff --git a/scss/layout/_core.scss b/scss/layout/_core.scss index 0f2baa267..5fb7b06f0 100644 --- a/scss/layout/_core.scss +++ b/scss/layout/_core.scss @@ -9,7 +9,6 @@ html { } body { - height: 100%; overflow-y: scroll; touch-action: manipulation; -webkit-tap-highlight-color: transparent;