From 655321d99eead413b323b228fbba3d321a3fd0bb Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Sat, 25 Jul 2026 21:15:20 +0100 Subject: [PATCH] fix(webapp): matching resting gap below the customize modal list --- .../app/components/navigation/CustomizeSidebarDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/webapp/app/components/navigation/CustomizeSidebarDialog.tsx b/apps/webapp/app/components/navigation/CustomizeSidebarDialog.tsx index c3e6f092a..087b1cdd2 100644 --- a/apps/webapp/app/components/navigation/CustomizeSidebarDialog.tsx +++ b/apps/webapp/app/components/navigation/CustomizeSidebarDialog.tsx @@ -236,9 +236,9 @@ export function CustomizeSidebarDialog({ Customize sidebar {/* Bleeds through the container's right padding (-mr-4/pr-4) so the scrollbar sits at the modal edge, and through the vertical grid gaps (-mt-1.25/-mb-4) so the scrollport (and - scrollbar) starts at the header divider and ends at the footer border. pt-3 is INSIDE - the scrollport: a resting gap above the first title that content scrolls through. */} -
+ scrollbar) starts at the header divider and ends at the footer border. pt-3/pb-3 are + INSIDE the scrollport: resting gaps around the list that content scrolls through. */} +
{orderedSections.map((section, index) => (