Skip to content

Commit

Permalink
Add a z-index to the editor selector (#3161)
Browse files Browse the repository at this point in the history
Fixes #3134.
  • Loading branch information
pento authored Oct 26, 2017
1 parent c588bdd commit c3c2b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c3c2b3e

Please sign in to comment.