From 366294137850fc567b7d0218930ac769cfa25f46 Mon Sep 17 00:00:00 2001 From: nosilleg Date: Thu, 23 Jul 2020 05:41:55 +0100 Subject: [PATCH] Disable pull-to-refresh - fixes #11 --- src/client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/style.css b/src/client/style.css index 4dd51b6..4b62aa6 100644 --- a/src/client/style.css +++ b/src/client/style.css @@ -12,6 +12,7 @@ body { body { height: 100vh; background: #2196f3; + overscroll-behavior-y: contain; } h4 {