style(toas): move toast to the top of offcanvas

This commit is contained in:
Herculino Trotta
2026-06-06 04:33:23 -03:00
parent 6a19381672
commit 0ee32724f1
+5 -1
View File
@@ -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;
}
}