From f79ae2f3aec0b6bb4d6b848b852639eb2a266d22 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Thu, 19 Jun 2014 21:41:39 +0200 Subject: [PATCH] Make sure that freetags autocomplete popup still shows up. magnificPopup overlays the autocomplete popup because of z-index. References #188 --- templates/2k11/admin/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 397dd315..7ced0084 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1402,6 +1402,10 @@ summary { top: 0; } +.ac_results { + z-index: 2000; +} + .comments_pane .pagination h3, .media_pane .pagination h3, .entries_pane .pagination h3,