Ensure modals are rendered in the correct DOM position
This commit is contained in:
parent
83e7b2d3e2
commit
f99ae6b96e
|
@ -235,9 +235,6 @@
|
|||
/>
|
||||
{/key}
|
||||
|
||||
<!-- Modal container to ensure they sit on top -->
|
||||
<div class="modal-container" />
|
||||
|
||||
<!-- Layers on top of app -->
|
||||
<NotificationDisplay />
|
||||
<ConfirmationDisplay />
|
||||
|
|
|
@ -339,6 +339,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-container" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue