Improve bottom card scrolling on Android

This commit is contained in:
2026-03-11 16:29:31 +04:00
parent 19f04efecb
commit bcc7c2a011

View File

@@ -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);