From bdc489b8eb8d8f00069a7726d7a542ac0c04b449 Mon Sep 17 00:00:00 2001 From: Cyrus Yip Date: Sun, 7 Jun 2020 17:14:25 -0700 Subject: [PATCH] overflow auto --- README.md | 2 +- index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 374e525..fc23567 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ body { bottom: 0; width: 256px; min-height: 100vh; - overflow-y: scroll; + overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 0; display: none; diff --git a/index.css b/index.css index 82a7e18..6ca1147 100644 --- a/index.css +++ b/index.css @@ -9,7 +9,7 @@ body { bottom: 0; width: 256px; min-height: 100vh; - overflow-y: scroll; + overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 0; display: none;