Skip to content

Commit

Permalink
fix: prevent side scrolling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Dec 10, 2024
1 parent f8afa9e commit 626e70b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<html lang="en">
<!-- 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">

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

0 comments on commit 626e70b

Please sign in to comment.