diff --git a/src/index.css b/src/index.css index f3ca4399..5c7d0ad7 100644 --- a/src/index.css +++ b/src/index.css @@ -115,6 +115,14 @@ body { overflow-wrap: break-word; } +/* Prevent pull-to-refresh on Chrome PWA */ +@media (display-mode: standalone) { + html, + body { + overscroll-behavior-y: none; + } +} + a { color: var(--link-color); text-decoration-color: var(--link-faded-color);