diff --git a/life.html b/life.html
index 3bd39e3f..3cd949fd 100644
--- a/life.html
+++ b/life.html
@@ -113,7 +113,9 @@
body {
background-color: #333;
color: white;
- touch-action: manipulation;
+ }
+ body, #gridShell, .mainGrid, canvas {
+ touch-action: manipulation !important;
}
.mainGrid {
display: grid;