Make scroll relative to whole page, rather than content box

This commit is contained in:
viktorstrate
2021-05-27 16:54:34 +02:00
parent 82246dbff2
commit 5277016633
16 changed files with 19 additions and 95 deletions

View File

@@ -101,8 +101,8 @@
},
"jest": {
"testMatch": [
"**/__tests__/**/*.+(ts|tsx|js)",
"**/?(*.)+(spec|test).+(ts|tsx|js)"
"**/__tests__/**/*.+(ts|tsx|js|jsx)",
"**/?(*.)+(spec|test).+(ts|tsx|js|jsx)"
],
"transformIgnorePatterns": [
"^.+\\.css$"