Skip to content

Commit

Permalink
fix(cards): fix cards effect styles leak
Browse files Browse the repository at this point in the history
fixes #7712
  • Loading branch information
nolimits4web committed Sep 1, 2024
1 parent d815ba2 commit 0be4c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/effect-cards/effect-cards.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.swiper.swiper-cards {
overflow: visible;
}
.swiper {
.swiper-cards {
.swiper-slide {
transform-origin: center bottom;
backface-visibility: hidden;
Expand Down

0 comments on commit 0be4c6a

Please sign in to comment.