diff --git a/index.html b/index.html
index d8ea750..a3c0366 100644
--- a/index.html
+++ b/index.html
@@ -16,9 +16,11 @@
align-items: center;
min-height: 100vh;
background-color: #1a1a2e;
+ overflow: hidden; /* Prevent scroll */
}
#game {
border-radius: 8px;
+ touch-action: none; /* Prevent all touch gestures */
}
#score-display {
position: absolute;