fix(scrollbar): remove custom scrollbar

This commit is contained in:
Tomasz Borychowski 2020-08-28 11:46:51 +01:00
parent 13b5bb6407
commit d887e553ce
27 changed files with 51 additions and 4668 deletions

View file

@ -45,7 +45,7 @@
"no-spaced-func": 2,
"no-trailing-spaces": 2,
"operator-linebreak": 2,
"quotes": [2, "single"],
"quotes": [2, "single", { "avoidEscape": true }],
"semi-spacing": 2,
"space-unary-ops": 2,
"arrow-spacing": 2,