From 19cfdcd517c03b72b4e026cf9cbc5f70d3148ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Thu, 11 Jun 2026 11:55:34 +0200 Subject: [PATCH] Remove duplicate overflow-y-auto in Select content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Select content class listed overflow-y-auto twice. Drop the redundant copy; the remaining one keeps scrolling behavior unchanged. Signed-off-by: Émile Ré --- packages/ui/src/Atoms/Select/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/Atoms/Select/Select.tsx b/packages/ui/src/Atoms/Select/Select.tsx index 0bb870884..789ad1318 100644 --- a/packages/ui/src/Atoms/Select/Select.tsx +++ b/packages/ui/src/Atoms/Select/Select.tsx @@ -64,7 +64,7 @@ const select = tv({ trigger: "flex justify-between items-center data-placeholder:text-txt-tertiary whitespace-nowrap cursor-pointer *:first:contents", content: - "z-100 shadow-mid rounded-[10px] bg-level-1 p-1 animate-in fade-in slide-in-from-top-2 overflow-y-auto overflow-y-auto", + "z-100 shadow-mid rounded-[10px] bg-level-1 p-1 animate-in fade-in slide-in-from-top-2 overflow-y-auto", icon: "-mr-1", }, variants: {