Fix overscroll on Safari (#36)

This commit is contained in:
Caden Kriese 2021-11-21 13:48:20 -07:00 committed by GitHub
parent 59e2cd4107
commit dbc52d3b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ body {
margin: 0;
padding: 0;
overscroll-behavior: none;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {