From 24ab25bb534a1a475996ba8abe8a63915a8e39d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Tue, 8 Aug 2023 22:48:30 +0100 Subject: [PATCH] Ensure progress toast is visible above modal dialogs --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 2ea2ab40d..e8330b868 100644 --- a/css/main.css +++ b/css/main.css @@ -54,7 +54,7 @@ a.btn.btn-link.dropdown-toggle { #toastcontainer { position:fixed; bottom:8px;left:0px;right:0px; - z-index: 100; + z-index: 500; } .hero { padding-bottom: 1rem;