Bum autocomplete zindex (fix #389)
This commit is contained in:
parent
c3cb8b47be
commit
5e720f1622
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue