diff options
Diffstat (limited to 'wp-includes/blocks/group/style.css')
-rw-r--r-- | wp-includes/blocks/group/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/blocks/group/style.css b/wp-includes/blocks/group/style.css index 5128c34..30d868c 100644 --- a/wp-includes/blocks/group/style.css +++ b/wp-includes/blocks/group/style.css @@ -1,3 +1,7 @@ .wp-block-group{ box-sizing:border-box; +} + +:where(.wp-block-group.wp-block-group-is-layout-constrained){ + position:relative; }
\ No newline at end of file |