From 0c4495e3563b42f9ce2098e522b163bac8dd925f Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 27 Oct 2023 13:19:47 -0400 Subject: [PATCH] Fix the z-index of the tooltip above sidepanel --- 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 748128da..145def77 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -762,7 +762,7 @@ input:invalid { color: #eeeeec; font-size: 0.8em; border-radius: 2px; - z-index: 1004; + z-index: 1011; font-weight: normal; max-width: 300px; }