Update life.html

This commit is contained in:
Kyle
2019-08-16 18:19:47 -07:00
parent f672bcba3d
commit cc720591d6

View File

@@ -98,6 +98,7 @@
margin: 10pt;
}
.innerSettings {
height: calc(100% - 20pt);
overflow-y: auto;
touch-action: pan-y;
-webkit-overflow-scrolling: touch;
@@ -114,9 +115,9 @@
-ms-user-select: none;
}
html, body {
position: fixed;
/*position: fixed;
top: 0px;
left: 0px;
left: 0px;*/
width: 100%;
height: 100%;
overflow: hidden;