diff --git a/.stylelintrc.json b/.stylelintrc.json index ced1059555879..648e4d1113e4a 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,7 +4,6 @@ "at-rule-empty-line-before": null, "at-rule-no-unknown": null, "comment-empty-line-before": null, - "declaration-block-no-duplicate-properties": null, "declaration-property-unit-whitelist": null, "font-weight-notation": null, "max-line-length": null, diff --git a/packages/block-library/src/block/edit-panel/editor.scss b/packages/block-library/src/block/edit-panel/editor.scss index d5b5c81fd7e71..72ad4bb3feac5 100644 --- a/packages/block-library/src/block/edit-panel/editor.scss +++ b/packages/block-library/src/block/edit-panel/editor.scss @@ -12,7 +12,6 @@ padding: $grid-size $block-padding; // Elevate the reusable blocks toolbar above the clickthrough overlay. - position: relative; z-index: z-index(".block-editor-block-list__layout .reusable-block-edit-panel"); // Use opacity to work in various editor styles.