We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f26770 commit 0f6ecc7Copy full SHA for 0f6ecc7
packages/block-editor/src/components/inner-blocks/style.scss
@@ -4,16 +4,10 @@
4
&::after {
5
content: "";
6
position: absolute;
7
- top: -$block-padding;
8
- right: -$block-padding;
9
- bottom: -$block-padding;
10
- left: -$block-padding;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
11
z-index: z-index(".block-editor-block-list__layout.has-overlay::after");
12
}
13
14
-
15
-// On fullwide blocks, don't go beyond the canvas.
16
-[data-align="full"] .has-overlay::after {
17
- right: 0;
18
- left: 0;
19
-}
0 commit comments