Skip to content
Snippets Groups Projects
Unverified Commit 32a328a0 authored by Kamil Mielnik's avatar Kamil Mielnik Committed by GitHub
Browse files

Update offset on EntityPickerModal (#41183)

parent d839a4d4
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,8 @@ export function EntityPickerModal<
trapFocus={trapFocus}
zIndex={400} // needed to put this above the BulkActionsToast
closeOnEscape={false} // we're doing this manually in useWindowEvent
xOffset="10vw"
yOffset="10dvh"
>
<Modal.Overlay />
<ModalContent h="100%">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment