diff --git a/frontend/src/styles/style.scss b/frontend/src/styles/style.scss index 00599b7..6ed50eb 100644 --- a/frontend/src/styles/style.scss +++ b/frontend/src/styles/style.scss @@ -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; +}