Rooms Divi Plugins Flipbox help Reply To: Flipbox help

#224
Terry Hale
Keymaster
    @mizagorn
    Up
    0
    Down
    ::

    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;
    }