Skip to content

Commit

Permalink
fix(element): fixed issue with pointer-events:none in fade effect
Browse files Browse the repository at this point in the history
fixes #6908
  • Loading branch information
nolimits4web committed Aug 8, 2023
1 parent 265e466 commit 2dcb802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/effect-fade/effect-fade.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
}
.swiper-slide-active {
&,
pointer-events: auto;
& .swiper-slide-active {
pointer-events: auto;
}
Expand Down

0 comments on commit 2dcb802

Please sign in to comment.