Skip to content

Commit

Permalink
fix(esl-carousel): remove specificity hack for carousel clipping
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Barmina <abarmina@exadel.com>
  • Loading branch information
ala-n and abarmina committed Jul 22, 2024
1 parent da1a237 commit 0fa0ac7
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]:not(#specific) {
&[animating] {
padding-inline: 0;
margin-inline: 0;
}
Expand Down

0 comments on commit 0fa0ac7

Please sign in to comment.