From 6d62ab4257eaba1088e712d1798d32f7872c48bc Mon Sep 17 00:00:00 2001 From: Mokou Date: Sun, 7 May 2023 18:33:40 +0800 Subject: [PATCH] feat: mobile chat overscroll-behavior none --- app/components/home.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index e8d0dba2..247d70b9 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -335,6 +335,7 @@ padding: 20px; padding-bottom: 40px; position: relative; + overscroll-behavior: none; } .chat-body-title {