mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 01:15:47 +01:00
🐛 Change position selector's dropdown bug (#1429)
This commit is contained in:
@@ -95,6 +95,7 @@ export const ChangePositionModal = ({
|
|||||||
min: widthData.at(0)?.label,
|
min: widthData.at(0)?.label,
|
||||||
max: widthData.at(-1)?.label,
|
max: widthData.at(-1)?.label,
|
||||||
})}
|
})}
|
||||||
|
withinPortal
|
||||||
{...form.getInputProps('width')}
|
{...form.getInputProps('width')}
|
||||||
/>
|
/>
|
||||||
</Grid.Col>
|
</Grid.Col>
|
||||||
@@ -109,6 +110,7 @@ export const ChangePositionModal = ({
|
|||||||
min: heightData.at(0)?.label,
|
min: heightData.at(0)?.label,
|
||||||
max: heightData.at(-1)?.label,
|
max: heightData.at(-1)?.label,
|
||||||
})}
|
})}
|
||||||
|
withinPortal
|
||||||
{...form.getInputProps('height')}
|
{...form.getInputProps('height')}
|
||||||
/>
|
/>
|
||||||
</Grid.Col>
|
</Grid.Col>
|
||||||
|
|||||||
Reference in New Issue
Block a user