1
0

Make sure that freetags autocomplete popup still shows up.

magnificPopup overlays the autocomplete popup because of z-index.

References 
This commit is contained in:
Matthias Mees
2014-06-19 21:41:39 +02:00
parent bb48a885d4
commit f79ae2f3ae

@ -1402,6 +1402,10 @@ summary {
top: 0;
}
.ac_results {
z-index: 2000;
}
.comments_pane .pagination h3,
.media_pane .pagination h3,
.entries_pane .pagination h3,