mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
🐛 Fix IconSelector size
Added the `withinPortal` option so that it doesn't clip into the underlying modal
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user