give dropdowns z-index 10
This commit is contained in:
parent
336e17a8bc
commit
b3a7d14c40
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ ul.search-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.search-item {
|
li.search-item {
|
||||||
|
|
Loading…
Reference in a new issue