Skip to content

Commit

Permalink
Make cover block images fill entire block in SPT preview (#39680)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontdevde authored Feb 26, 2020
1 parent f588592 commit 616f365
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ body.admin-bar:not( .is-fullscreen-mode ) .page-template-modal-screen-overlay {
.wp-block-cover {
padding: 0;
}
.wp-block-cover.has-parallax {
background-attachment: scroll;
}
}

// `core/columns`
Expand Down

0 comments on commit 616f365

Please sign in to comment.