From 00c269948c647aa44b07b2f0aebfa1607c7b07b1 Mon Sep 17 00:00:00 2001 From: Cahir O'Doherty <41006337+cahirodoherty-learningpool@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:50:35 +0100 Subject: [PATCH] Fix: Adding overflow auto to flipcard item face to allow scrollable content when larger than box size (ADAPT-12396) (#77) --- less/flipcard.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/flipcard.less b/less/flipcard.less index 0100d1c..c507738 100644 --- a/less/flipcard.less +++ b/less/flipcard.less @@ -43,6 +43,7 @@ height: 100%; transform-style: preserve-3d; transition: transform 1s; + overflow: auto; width: 100%; &.flipcard__item-front .flipcard__item-frontImage {