From 58cee72915bd65231cd84b4a7567fb5b8e82ff9c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 1 Mar 2023 18:19:58 +0100 Subject: [PATCH] CSS: move alert above panel --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 8e4c928f..b4006ad6 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -714,7 +714,7 @@ input[type=hidden].blur + .button { font-weight: bold; color: #fff; font-size: 0.8em; - z-index: 1002; + z-index: 1012; border-radius: 2px; } #umap-alert-container.error {