mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add portals for selects in dialogs (#5253)
This commit is contained in:
@@ -63,6 +63,7 @@ export const OptionsEditor: React.FC<IOptionsEditor> = ({
|
||||
options.skipMultipleMatchTag ? [options.skipMultipleMatchTag] : []
|
||||
}
|
||||
noSelectionString="Select/create tag..."
|
||||
menuPortalTarget={document.body}
|
||||
/>
|
||||
</Col>
|
||||
</Form.Group>
|
||||
@@ -98,6 +99,7 @@ export const OptionsEditor: React.FC<IOptionsEditor> = ({
|
||||
: []
|
||||
}
|
||||
noSelectionString="Select/create tag..."
|
||||
menuPortalTarget={document.body}
|
||||
/>
|
||||
</Col>
|
||||
</Form.Group>
|
||||
|
||||
Reference in New Issue
Block a user