diff options
Diffstat (limited to 'src/main/assets')
-rw-r--r-- | src/main/assets/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
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; |