From aae10c92f3f30bce2a1e7609966e212902b28e82 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 16 Jan 2026 21:35:44 +1300 Subject: [PATCH] fix(25-02): fix template gallery scrolling with min-h-0 - Add min-h-0 to flex containers to allow shrinking below content size - Add flex-shrink-0 to header to prevent it from shrinking - This fixes flexbox default min-height: auto preventing overflow scroll --- src/components/quickstart/TemplateExplorerView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/quickstart/TemplateExplorerView.tsx b/src/components/quickstart/TemplateExplorerView.tsx index 7b192506..66054011 100644 --- a/src/components/quickstart/TemplateExplorerView.tsx +++ b/src/components/quickstart/TemplateExplorerView.tsx @@ -262,9 +262,9 @@ export function TemplateExplorerView({ const isLoading = loadingWorkflowId !== null; return ( -
+
{/* Header */} -
+

Template Explorer @@ -272,7 +272,7 @@ export function TemplateExplorerView({

{/* Content - Sidebar + Main Grid */} -
+
{/* Sidebar */}
{/* Search Input */}