From 0ee32724f13e69e1b28bae3dec4516581d525cb3 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 6 Jun 2026 04:33:23 -0300 Subject: [PATCH] style(toas): move toast to the top of offcanvas --- frontend/src/styles/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/style.scss b/frontend/src/styles/style.scss index caa8976..e0ee803 100644 --- a/frontend/src/styles/style.scss +++ b/frontend/src/styles/style.scss @@ -49,6 +49,10 @@ div:where(.swal2-container) { z-index: 1101 !important; } +#toasts .toast-container { + z-index: 1100; +} + .logo { /* Set the background-color to DaisyUI CSS variable */ background-color: var(--color-primary); @@ -77,4 +81,4 @@ div:where(.swal2-container) { [x-cloak] { display: none !important; -} \ No newline at end of file +}