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) => (