chore: ignore overscroll for better display.

This commit is contained in:
Yufan Sheng 2024-11-28 01:33:14 +08:00
parent 0fce8d770c
commit 727beb2e4e
Signed by: syhily
GPG Key ID: DEB186763C308C31
2 changed files with 11 additions and 0 deletions

10
.hintrc Normal file
View File

@ -0,0 +1,10 @@
{
"extends": [
"development"
],
"browserslist": [
"defaults",
"not ie 11",
"not ios_saf <= 15.8"
]
}

View File

@ -94,6 +94,7 @@ body {
border: none; border: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
overscroll-behavior: none;
} }
h1, h1,