From bcc7c2a011862899c7f7c900a34fc0703fb46af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 11 Mar 2026 16:29:31 +0400 Subject: [PATCH] Improve bottom card scrolling on Android --- app/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/app.css b/app/styles/app.css index 7a4c311..07b400c 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -239,6 +239,7 @@ body { .sidebar-content { padding: 1rem; overflow-y: auto; + -webkit-overflow-scrolling: touch; flex: 1; /* Take up remaining vertical space */ } @@ -772,7 +773,6 @@ button.create-place { .sidebar-content { overflow-y: auto; - overscroll-behavior: contain; /* Prevent scroll chaining */ /* Ensure content doesn't get hidden behind bottom safe areas on mobile */ padding-bottom: env(safe-area-inset-bottom, 20px);