refactor: move toast container to base template

This commit is contained in:
2026-06-16 11:05:16 +02:00
parent 57a4272a92
commit 1d211dd118
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>