› Rooms › Divi Plugins › Flipbox help › Reply To: Flipbox help
28 June 2021 at 6:03 am
#224
::
One way is to set the back of the “card” to the same height as the image on the front of the card, then allow the browser to display a scrollbar if needed when the card is flipped. Since it looks like your element images are 265px in height, then we could do something like this:
.dsm-content {
overflow-y: auto;
height: 265px;
}