From 0f3ba8c3cbe4b12c19657e46ca5f37c38d9ff781 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Fri, 29 Jan 2021 14:35:23 +0100 Subject: [PATCH] hotfix: swal is behind header --- src/styles/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 2dc7de4..93dc6f5 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -82,6 +82,9 @@ hubl-create, hubl-create-contact { } } +.swal2-container { + z-index: 50000!important; +} /* Fix on Join button in admin (circles + projects) */ /* Styles on buttons and .children-link don't work because this input is inside too many elements. */