refactor: move toast container to base template

This commit is contained in:
2026-06-16 11:05:16 +02:00
committed by Milas Holsting
parent 656ddbd005
commit ac33f1c0dd
2 changed files with 4 additions and 15 deletions

View File

@@ -64,5 +64,6 @@
</main>
{{end}}
</div>
<div id="toast-container" class="fixed bottom-4 right-4 z-100 flex flex-col gap-2" role="status" aria-live="polite" aria-relevant="additions"></div>
</body>
</html>