Skip to content

Commit

Permalink
Solve overscroll in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Dec 3, 2023
1 parent 8f9afb1 commit a2d6588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0, viewport-fit=cover"
/>
<meta name="theme-color" content="#000000" />
<style>
body {
overscroll-behavior-y: none;
background-color: #000;
}
</style>

<link rel="preload" href="/chiron-hei/css/vf.css" as="style" />
<link rel="preload" href="/oswald/latin.css" as="style" />
Expand Down
6 changes: 6 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
html,
body {
overscroll-behavior-y: none;
background-color: #000;
}

.App {
text-align: center;
}
Expand Down

0 comments on commit a2d6588

Please sign in to comment.