From c3c2b3e794b2da659eabb9aa56fecaf4fa894209 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 26 Oct 2017 11:51:09 +1100 Subject: [PATCH] Add a z-index to the editor selector (#3161) Fixes #3134. --- gutenberg.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gutenberg.php b/gutenberg.php index 0ed4d2c47f689..a37f1f73f5565 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -474,6 +474,7 @@ function gutenberg_replace_default_add_new_button() { display: block; position: absolute; margin-top: 3px; + z-index: 1; } .split-page-title-action .dropdown.visible a {