diff --git a/life.html b/life.html
index b3fe0a80..6ac4a1d9 100644
--- a/life.html
+++ b/life.html
@@ -94,6 +94,9 @@
}
.settings {
margin: 10pt;
+ overflow-y: auto;
+ overflow-x: hidden;
+ -webkit-overflow-scrolling: touch;
}
* {
font-family: belerenbsc;
@@ -108,7 +111,7 @@
}
html, body {
height: 100%;
- overflow-x: hidden;
+ overflow: hidden;
}
body {
background-color: #333;