Skip to content

Commit

Permalink
remove overscroll bounce
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Apr 25, 2023
1 parent 73d041e commit 47a7610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body {
height: 100vh;
letter-spacing: .03em;
margin: 0;
overscroll-behavior: none;
padding-inline: max(5vw, 2rem);
padding-bottom: 8px;
table-layout: fixed;
Expand Down
1 change: 1 addition & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ body {
justify-content: space-evenly;
margin: 0;
min-height: 100vh;
overscroll-behavior: none;
text-underline-position: under;
}

Expand Down

0 comments on commit 47a7610

Please sign in to comment.