From 163ef4ce91b0bf4f6b94e6c4bcd9b64d7854c0ef Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 25 Oct 2023 01:14:15 +0800 Subject: [PATCH] Use 'none' instead Never thought 'none' would actually do something instead of nothing --- src/components/account-info.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/account-info.css b/src/components/account-info.css index c894d507..dcd5f171 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -428,7 +428,7 @@ border-radius: 16px 16px 0 0; overflow-x: hidden; max-height: 75vh; - overscroll-behavior: contain; + overscroll-behavior: none; header { padding-bottom: 16px;