Skip to content

Commit

Permalink
Fix: Better class targeting for applying the flipcard overflow (scrol…
Browse files Browse the repository at this point in the history
…lbar) behaviour (ADAPT-12428) (#80)
  • Loading branch information
cahirodoherty-learningpool authored Aug 9, 2024
1 parent 0fb5864 commit 3a29b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/flipcard.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
height: 100%;
transform-style: preserve-3d;
transition: transform 1s;
overflow: auto;
width: 100%;

&.flipcard__item-front .flipcard__item-frontImage {
Expand All @@ -54,6 +53,7 @@

&-back {
background: @item-color;
overflow: auto;
padding: @item-padding;
}

Expand Down

0 comments on commit 3a29b9c

Please sign in to comment.