diff --git a/index.html b/index.html index 7cd5659e2cf9d0c7ce316283261c37a361d72526..73fee3da68795763fc359e55739f9c2a586b2f79 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,7 @@ display: flex; flex-direction: column; background-color: #fff; + -webkit-overflow-scrolling: touch; } article img {display: none;} article { @@ -134,7 +135,10 @@ text-align: justify; flex: 1; overflow-y: scroll; + -webkit-overflow-scrolling: touch; } + section::-webkit-scrollbar, + article::-webkit-scrollbar {display: none;} address { display: flex; align-items: center;