mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
sidebar fix
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -9,7 +9,6 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
touch-action: manipulation;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user