Skip to content

Commit

Permalink
fix: correct placeholder display in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Aug 18, 2023
1 parent 8fa5f9f commit 4aefffc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/blocks/carousel/editor.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../../shared/sass/placeholder';

.wpnbpc {
.wp-block-newspack-blocks-carousel {
.swiper-wrapper {
height: auto;
pointer-events: none;
Expand All @@ -20,6 +20,9 @@
.post-thumbnail img {
display: block;
}
&__placeholder {
height: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
width: 24px;
Expand Down

0 comments on commit 4aefffc

Please sign in to comment.