Bum autocomplete zindex (fix #389)

This commit is contained in:
Yohan Boniface 2016-10-09 18:01:48 +02:00
parent c3cb8b47be
commit 5e720f1622

View file

@ -523,7 +523,7 @@ input[type="submit"],
ul.umap-autocomplete { ul.umap-autocomplete {
position: absolute; position: absolute;
background-color: white; background-color: white;
z-index: 1000; z-index: 1010;
box-shadow: 0 4px 9px #999999; box-shadow: 0 4px 9px #999999;
} }
.umap-autocomplete li { .umap-autocomplete li {