Skip to content

Commit

Permalink
continuing tablet support
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Dec 17, 2024
1 parent 61d25ef commit 98c08f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Droste's Lair</title>
<style>
html,
body {
background-color: #1b1b19;
margin: 0;
height: 100dvh;
overflow: hidden;
overscroll-behavior: none;
touch-action: none;
}
</style>
</head>
Expand Down

0 comments on commit 98c08f6

Please sign in to comment.