Skip to content

Commit

Permalink
fix: prevent extra scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford committed Oct 17, 2024
1 parent 026ba24 commit f6426bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ $width__tablet: 782px;
box-shadow: none;
}

&.newspack-lightbox-placement-center .newspack-popup-wrapper {
overflow: hidden;
}

.newspack-popup__content {
padding-top: 32px;
}
Expand Down

0 comments on commit f6426bc

Please sign in to comment.