From 563a483c8d21f22726c6015e887d40cad913175d Mon Sep 17 00:00:00 2001 From: DanielS Date: Thu, 25 Jun 2026 09:24:41 +0200 Subject: [PATCH] fix: constrain ScrollArea maxHeight to force dialog scrolling --- shop/components/admin/create-product-dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/components/admin/create-product-dialog.tsx b/shop/components/admin/create-product-dialog.tsx index 479e471..f08a87d 100644 --- a/shop/components/admin/create-product-dialog.tsx +++ b/shop/components/admin/create-product-dialog.tsx @@ -135,8 +135,8 @@ export function CreateProductDialog({ children, categories, product }: { childre
- - + +