diff options
-rw-r--r-- | .stylelintrc.json | 2 | ||||
-rw-r--r-- | src/main/assets/style.css | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 9ff3446e..5b5b4c2f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,10 +4,8 @@ "ignoreFiles": "node_modules/**", "rules": { "at-rule-empty-line-before": null, - "color-hex-case": null, "color-hex-length": null, "comment-empty-line-before": null, - "indentation": 4, "rule-empty-line-before": null, "selector-pseudo-element-colon-notation": null, "shorthand-property-no-redundant-values": null, diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 2a5d5a61..f67e2c7d 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -50,8 +50,7 @@ html, body { width: 100%; height: 100%; - overscroll-behavior-x: none; - overscroll-behavior-y: auto; + overscroll-behavior: none, auto; } body { |