From 82ae7b2e5a4967b7130b954c64c31718d1624445 Mon Sep 17 00:00:00 2001 From: RustamRu Date: Tue, 11 Mar 2025 23:36:55 +0300 Subject: [PATCH] fix: Improve CarBodySelect popover positioning and layout - Added positioning strategy to ensure consistent dropdown rendering - Adjusted popover gutter for better visual spacing - Set relative positioning for the container box --- src/components/order-form/form/car-body/car-body-select.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/order-form/form/car-body/car-body-select.tsx b/src/components/order-form/form/car-body/car-body-select.tsx index 50602ab..56a530d 100644 --- a/src/components/order-form/form/car-body/car-body-select.tsx +++ b/src/components/order-form/form/car-body/car-body-select.tsx @@ -40,12 +40,14 @@ export const CarBodySelect = forwardRef( }); return ( - +