Update life.html

This commit is contained in:
Kyle
2019-08-15 17:22:16 -07:00
parent 55ce739985
commit e8d0779166

View File

@@ -113,7 +113,9 @@
body { body {
background-color: #333; background-color: #333;
color: white; color: white;
touch-action: manipulation; }
body, #gridShell, .mainGrid, canvas {
touch-action: manipulation !important;
} }
.mainGrid { .mainGrid {
display: grid; display: grid;