Skip to content

Commit

Permalink
fix(esl-carousel): add more specificity to styles to limit scope of t…
Browse files Browse the repository at this point in the history
…he carousel animation
  • Loading branch information
abarmina committed Jul 18, 2024
1 parent f5ca7eb commit 4d4db05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/esl-carousel/core/esl-carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ esl-carousel {
cursor: grabbing;
}

&[animating] {
&[animating]:not(#specific) {
padding-inline: 0;
margin-inline: 0;
}
Expand Down

0 comments on commit 4d4db05

Please sign in to comment.