Merge pull request #320

style(swal): move swal prompt over tooltips
This commit is contained in:
Herculino Trotta
2025-08-08 19:01:54 -03:00
committed by GitHub

View File

@@ -85,3 +85,7 @@ select[multiple] {
[data-bs-toggle="collapse"][aria-expanded="true"] .fa-chevron-down {
transform: rotate(-180deg);
}
div:where(.swal2-container) {
z-index: 1100 !important;
}