Skip to content

Commit

Permalink
Cover block: Try removing overflow rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Apr 19, 2023
1 parent db2f753 commit 6a25238
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/block-library/src/cover/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
padding: 0 !important;
display: flex;
align-items: stretch;
overflow: visible;
min-height: 240px;

.components-placeholder {
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/cover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
justify-content: center;
align-items: center;
padding: 1em;
overflow: hidden;
// This block has customizable padding, border-box makes that more predictable.
box-sizing: border-box;
// Keep the flex layout direction to the physical direction (LTR) in RTL languages.
Expand Down

0 comments on commit 6a25238

Please sign in to comment.