mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
fix(scrollbar): remove custom scrollbar
This commit is contained in:
parent
13b5bb6407
commit
d887e553ce
27 changed files with 51 additions and 4668 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue