mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +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 (
|
||||
<Stack w="100%">
|
||||
<Autocomplete
|
||||
withinPortal
|
||||
nothingFound={
|
||||
<Stack align="center" spacing="xs" my="lg">
|
||||
<IconSearch />
|
||||
|
||||
Reference in New Issue
Block a user