fix conflict

This commit is contained in:
kachbit 2023-11-28 17:53:50 -08:00
parent 7a3b36621b
commit 14dbca8c07

View File

@ -88,6 +88,10 @@ const SelectContent = React.forwardRef<
>
<SelectScrollUpButton />
<SelectPrimitive.Viewport
className={cn(
"p-1",
position === "popper" &&
"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
)}
>
{children}
@ -155,4 +159,4 @@ export {
SelectSeparator,
SelectScrollUpButton,
SelectScrollDownButton,
}
}