Skip to content

Commit

Permalink
fix: #75 Fix Scroll Chaning Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Aug 9, 2024
1 parent 360177e commit 940a3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
html {
font-size: 62.5%;
height: -webkit-fill-available;
overscroll-behavior: none;
}

body {
Expand Down

0 comments on commit 940a3dd

Please sign in to comment.