From 5e720f1622d19a3e0a2c0488bd1de4b4634efb51 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 9 Oct 2016 18:01:48 +0200 Subject: [PATCH] Bum autocomplete zindex (fix #389) --- umap/static/umap/umap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index eefd984e..dd841a5e 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -523,7 +523,7 @@ input[type="submit"], ul.umap-autocomplete { position: absolute; background-color: white; - z-index: 1000; + z-index: 1010; box-shadow: 0 4px 9px #999999; } .umap-autocomplete li {