chore: ignore overscroll for better display.
This commit is contained in:
parent
0fce8d770c
commit
727beb2e4e
10
.hintrc
Normal file
10
.hintrc
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": [
|
||||
"development"
|
||||
],
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
"not ie 11",
|
||||
"not ios_saf <= 15.8"
|
||||
]
|
||||
}
|
@ -94,6 +94,7 @@ body {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
Loading…
Reference in New Issue
Block a user