diff --git a/life.html b/life.html index 4c610683..c92f4d78 100644 --- a/life.html +++ b/life.html @@ -109,6 +109,7 @@ font-family: belerenbsc; font-size: 24pt; margin: 0px; + touch-action: manipulation; } image, div, canvas { user-select: none; @@ -127,7 +128,6 @@ body { background-color: #333; color: white; - touch-action: manipulation; } .mainGrid { display: grid; @@ -135,7 +135,6 @@ grid-auto-rows: 1fr; width: 100%; height: 100%; - touch-action: manipulation; } .mainGrid { /*position: fixed; @@ -144,7 +143,6 @@ } #gridShell { display: none; - touch-action: manipulation; } #gridShell:fullscreen { display: inline-block; @@ -159,7 +157,6 @@ border: 1px solid white; width: auto; height: auto; - touch-action: manipulation; } .widePlayerBox { grid-column: 1 / span 2;