Skip to content

Commit

Permalink
Fix: Legacy widgets z-index issue (WordPress#21586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Apr 17, 2020
1 parent c14ae55 commit 216f0df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/legacy-widget/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
display: block;
box-shadow: none;
}
// Reset z-index set on https://github.com/WordPress/wordpress-develop/commit/f26d4d37351a55fd1fc5dad0f5fef8f0f964908c.
.widget.open {
z-index: 0;
}
}

.wp-block-legacy-widget__update-button {
Expand Down

0 comments on commit 216f0df

Please sign in to comment.