From fd7a53b9543e7dd40ba2e36dadebb826ff47311d Mon Sep 17 00:00:00 2001 From: DanielS Date: Thu, 25 Jun 2026 09:50:43 +0200 Subject: [PATCH] fix: resolve dialog scrolling overlap by transition to flex layout and native overflow-y-auto --- shop/components/admin/create-product-dialog.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/shop/components/admin/create-product-dialog.tsx b/shop/components/admin/create-product-dialog.tsx index f08a87d..78a99c0 100644 --- a/shop/components/admin/create-product-dialog.tsx +++ b/shop/components/admin/create-product-dialog.tsx @@ -135,9 +135,8 @@ export function CreateProductDialog({ children, categories, product }: { childre
- - -
+ +
)}
-
- +