Fix web scrollable select unwanted overflow (#8786)

This commit is contained in:
Bartosz Kaszubowski
2025-08-07 18:23:01 +02:00
committed by GitHub
parent 0a2b1fcfb8
commit d84d54bae3
+1
View File
@@ -190,6 +190,7 @@ export function Content<T>({items, renderItem}: ContentProps<T>) {
a.border,
t.atoms.border_contrast_low,
a.rounded_sm,
a.overflow_hidden,
]}>
<RadixSelect.ScrollUpButton style={flatten(up)}>
<ChevronUpIcon style={[t.atoms.text]} size="xs" />