Skip to content

Commit

Permalink
fix: overflow x hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Dec 11, 2024
1 parent 626e70b commit 6a93e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<!-- style on HTML is to prevent sidescrolling on mobile and avoid white screen while loading -->
<html style="max-width: 100vw; overflow-y: hidden; background-color: #0D0E0F;" lang="en">
<html style="max-width: 100vw; overflow-x: hidden; background-color: #0D0E0F;" lang="en">

<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit 6a93e5a

Please sign in to comment.