From bb604d3c92bde4e7f04ac8248bee2a5c58508e65 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Apr 2020 20:29:57 +0300 Subject: Fix sidebar scrolling --- src/main/assets/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index dc1ad3ab..e2af4c54 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -59,7 +59,7 @@ body { word-wrap: break-word; color: var(--text-color); line-height: 1.4; - -webkit-overflow-scrolling: touch; + overflow: hidden; } button, @@ -140,7 +140,7 @@ pre::-moz-selection { #content { grid-area: content; margin-top: 0; - overflow: auto; + overflow-y: scroll; -webkit-overflow-scrolling: touch; } .content--top { @@ -939,7 +939,6 @@ article p { } #content { margin-bottom: 12px; - overflow: initial; } .toolbar { flex-direction: column; -- cgit v1.2.3