Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Fix: Adding overflow auto to flipcard item face to allow scrollable c…
Browse files Browse the repository at this point in the history
…ontent when larger than box size (ADAPT-12396) (#77)
  • Loading branch information
cahirodoherty-learningpool authored Jul 23, 2024
1 parent bd84ccc commit 00c2699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/flipcard.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
height: 100%;
transform-style: preserve-3d;
transition: transform 1s;
overflow: auto;
width: 100%;

&.flipcard__item-front .flipcard__item-frontImage {
Expand Down

0 comments on commit 00c2699

Please sign in to comment.