Update life.html

This commit is contained in:
Kyle
2019-08-11 14:56:08 -07:00
parent 4063ef1bed
commit b0fedf6113

View File

@@ -114,22 +114,15 @@
width: 100%;
height: 100%;
align-items: center;
/*position: fixed;*/
}
canvas {
/*position: fixed;*/
touch-action: manipulation !important;
}
#gridShell {
display: none;
position: fixed;
top: 0;
left: 0;
/*position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: none;*/
}
#gridShell:fullscreen {
display: inline-block;