all repos — honk @ ed3514075c14d78e5bbce12509b2bb84faecde5c

my fork of honk

disable overscroll events where they annoy me
Ted Unangst tedu@tedunangst.com
Thu, 21 Nov 2019 01:00:03 -0500
commit

ed3514075c14d78e5bbce12509b2bb84faecde5c

parent

1ad0df361f9ce2f9a3b4fcc1bab70a0584a06500

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M docs/changelog.txtdocs/changelog.txt

@@ -2,6 +2,8 @@ changelog

-- next ++ Disable overscroll (pull down) refresh. + + Can never seem to version the changelog correctly. -- 0.8.4
M views/style.cssviews/style.css

@@ -13,6 +13,7 @@ font-size: 1em;

word-wrap: break-word; font-family: sans-serif, "Noto Color Emoji"; line-height: 1.2; + overscroll-behavior-y: contain; } pre, code { white-space: pre-wrap;

@@ -67,6 +68,7 @@ display: inline;

max-height: calc(100% - 1em); overflow: auto; opacity: 0.7; + overscroll-behavior: contain; } header > details[open] { padding: 1em 1em 0em 1em;