From 06b47d96a7429bbcd8520023c23cabe8d5e8fc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 27 Jan 2026 08:54:42 +0700 Subject: [PATCH] Fix search results scrolling behavior --- app/styles/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/app.css b/app/styles/app.css index 4ba23da..20f56a8 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -233,6 +233,8 @@ body { .sidebar-content { padding: 1rem; + overflow-y: auto; + flex: 1; /* Take up remaining vertical space */ } .edit-form { @@ -368,7 +370,7 @@ body { .places-list { list-style: none; padding: 0; - margin: -1rem; + margin: -1rem -1rem 0 -1rem; } .places-list li {