mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fix for incorrect modal widget placing
This commit is contained in:
parent
c2ad1f029d
commit
dff987b58f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export const Modal = function Modal({ id, component, height, containerProps, cur
|
|||
</div>
|
||||
</BootstrapModal.Header>
|
||||
|
||||
<BootstrapModal.Body style={{ height }} ref={parentRef}>
|
||||
<BootstrapModal.Body style={{ height }} ref={parentRef} id={id}>
|
||||
<SubContainer parent={id} {...containerProps} parentRef={parentRef} />
|
||||
<SubCustomDragLayer
|
||||
snapToGrid={true}
|
||||
|
|
|
|||
Loading…
Reference in a new issue