Ensure modals are rendered in the correct DOM position

This commit is contained in:
Andrew Kingston 2024-08-14 10:26:44 +01:00
parent 83e7b2d3e2
commit f99ae6b96e
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -235,9 +235,6 @@
/>
{/key}
<!-- Modal container to ensure they sit on top -->
<div class="modal-container" />
<!-- Layers on top of app -->
<NotificationDisplay />
<ConfirmationDisplay />

View File

@ -339,6 +339,7 @@
/>
</div>
</div>
<div class="modal-container" />
</div>
</div>