summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-02-21 13:59:07 +0100
committerJules Laplace <julescarbon@gmail.com>2018-02-21 13:59:07 +0100
commit62f9efe92b3a78bb0a4ad785da1ed3b89d75300b (patch)
tree003ae74cbc9cc63e5fd8b53dc20fc825a6e7bad0 /index.html
parent0730b872905710a83ac86d1bf2a6d087bac99c70 (diff)
overflow scroll
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 16c85a2..53460a7 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@ html,body {
margin: 0; padding: 0;
width: 100%; height: 100%;
overflow: hidden;
+ -webkit-overflow-scrolling: auto;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";