From 5608e9fcc64e7e863ba9a3b81c77be96b4c60692 Mon Sep 17 00:00:00 2001 From: DanielS Date: Thu, 25 Jun 2026 09:13:48 +0200 Subject: [PATCH] fix: make admin product edit form scrollable to prevent modules cutoff --- 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 2b4dc21..479e471 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
- - + +