🐛 Fix IconSelector size

Added the `withinPortal` option so that it doesn't clip into the underlying modal
This commit is contained in:
ajnart
2023-05-15 16:23:36 +09:00
parent 6901c985fd
commit c2c0d0bb55

View File

@@ -56,6 +56,7 @@ export const IconSelector = ({
return ( return (
<Stack w="100%"> <Stack w="100%">
<Autocomplete <Autocomplete
withinPortal
nothingFound={ nothingFound={
<Stack align="center" spacing="xs" my="lg"> <Stack align="center" spacing="xs" my="lg">
<IconSearch /> <IconSearch />