We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b2f29 commit f198997Copy full SHA for f198997
.stylelintrc.json
@@ -4,7 +4,6 @@
4
"at-rule-empty-line-before": null,
5
"at-rule-no-unknown": null,
6
"comment-empty-line-before": null,
7
- "declaration-block-no-duplicate-properties": null,
8
"declaration-property-unit-whitelist": null,
9
"font-weight-notation": null,
10
"max-line-length": null,
packages/block-library/src/block/edit-panel/editor.scss
@@ -12,7 +12,6 @@
12
padding: $grid-size $block-padding;
13
14
// Elevate the reusable blocks toolbar above the clickthrough overlay.
15
- position: relative;
16
z-index: z-index(".block-editor-block-list__layout .reusable-block-edit-panel");
17
18
// Use opacity to work in various editor styles.
0 commit comments