diff --git a/gsd-framework/index.html b/gsd-framework/index.html index d8ea750..a3c0366 100644 --- a/gsd-framework/index.html +++ b/gsd-framework/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;