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;