Update life.html

This commit is contained in:
Kyle
2019-08-16 17:54:07 -07:00
parent 4c0b51c4ce
commit 0d198d36b4

View File

@@ -94,10 +94,6 @@
}
.settings {
margin: 10pt;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
}
* {
font-family: belerenbsc;
@@ -117,6 +113,10 @@
body {
background-color: #333;
color: white;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
}
body, #gridShell, .mainGrid, canvas {
touch-action: manipulation !important;