Make sure that freetags autocomplete popup still shows up.
magnificPopup overlays the autocomplete popup because of z-index. References #188
This commit is contained in:
@ -1402,6 +1402,10 @@ summary {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.ac_results {
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.comments_pane .pagination h3,
|
||||
.media_pane .pagination h3,
|
||||
.entries_pane .pagination h3,
|
||||
|
Reference in New Issue
Block a user