From a2c10149c8a690695b312ddabb11ab58fa7bb056 Mon Sep 17 00:00:00 2001 From: Massimo De Marchi Date: Tue, 9 Jan 2024 16:31:05 +0100 Subject: [PATCH 1/2] fix(product page): Add overflow hidden to prevent weird overflow This fixes a weird iOS Safari bug where the select would take up extra space if a long text option is selected --- .../product/sections/ProductOverviewSection/ProductOptions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/templates/product/sections/ProductOverviewSection/ProductOptions.tsx b/frontend/templates/product/sections/ProductOverviewSection/ProductOptions.tsx index 94fb2c96..5c427834 100644 --- a/frontend/templates/product/sections/ProductOverviewSection/ProductOptions.tsx +++ b/frontend/templates/product/sections/ProductOverviewSection/ProductOptions.tsx @@ -58,6 +58,7 @@ export function ProductOptions({ {selectorType === SelectorType.SELECT && (