diff --git a/life.html b/life.html index 1741e36f..1990fe17 100644 --- a/life.html +++ b/life.html @@ -106,17 +106,18 @@ -moz-user-select: none; -ms-user-select: none; } - html, body { + html { height: 100%; overflow: hidden; } body { + height: 100%; background-color: #333; color: white; - overflow-y: auto; + overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; - touch-action: pan-y; + /*touch-action: pan-y;*/ } #gridShell, .mainGrid, canvas { touch-action: manipulation !important;