Skip to content

Commit

Permalink
lower the z-index of the block toolbar in widgets customizer
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Jun 5, 2023
1 parent 2784fff commit 6eb27ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/customize-widgets/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
position: sticky;
top: 0;
left: 0;
z-index: z-index(".block-editor-block-popover");
z-index: z-index(".block-editor-block-list__insertion-point");
width: calc(100% + 2 * 12px); //12px is the padding of customizer sidebar content

overflow-y: hidden;
Expand Down

0 comments on commit 6eb27ff

Please sign in to comment.