From 4b2308b8ef5027f9d9a7af338c3f2ebb873e7c32 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Apr 2020 22:36:39 +0300 Subject: Revert "overflow fixes for old iOS" This reverts commit 4d5b1f8b3d0877233c595787e015fe40d98cc94c. # Conflicts: # src/main/assets/style.css --- src/main/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index fa5ad8b8..2df78368 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -140,7 +140,7 @@ pre::-moz-selection { #content { grid-area: content; margin-top: 0; - overflow-y: scroll; + overflow: auto; -webkit-overflow-scrolling: touch; } .content--top { @@ -357,6 +357,7 @@ article { line-height: 140%; margin-bottom: 10px; padding: 20px; + overflow: auto; } article time { color: #88958d; -- cgit v1.2.3