Remove duplicate overflow-y-auto in Select content
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é <emile@probo.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user