1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

sidebar fix

This commit is contained in:
codecalm
2019-07-12 14:01:02 +02:00
parent f0ea1f84c5
commit 4fae589b3c
2 changed files with 1 additions and 2 deletions

View File

@@ -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",

View File

@@ -9,7 +9,6 @@ html {
}
body {
height: 100%;
overflow-y: scroll;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;