From 4a251d9b86835e01958313192807de46fb9860e7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 21 Apr 2023 16:47:32 +0300 Subject: Allow Y overscroll --- src/main/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 156a0574..a714388f 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -50,7 +50,8 @@ html, body { width: 100%; height: 100%; - overscroll-behavior-y: none; + overscroll-behavior-x: none; + overscroll-behavior-y: auto; } body { -- cgit v1.2.3