Fix web scrollable select unwanted overflow (#8786)
This commit is contained in:
committed by
GitHub
parent
0a2b1fcfb8
commit
d84d54bae3
@@ -190,6 +190,7 @@ export function Content<T>({items, renderItem}: ContentProps<T>) {
|
|||||||
a.border,
|
a.border,
|
||||||
t.atoms.border_contrast_low,
|
t.atoms.border_contrast_low,
|
||||||
a.rounded_sm,
|
a.rounded_sm,
|
||||||
|
a.overflow_hidden,
|
||||||
]}>
|
]}>
|
||||||
<RadixSelect.ScrollUpButton style={flatten(up)}>
|
<RadixSelect.ScrollUpButton style={flatten(up)}>
|
||||||
<ChevronUpIcon style={[t.atoms.text]} size="xs" />
|
<ChevronUpIcon style={[t.atoms.text]} size="xs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user