Perspective Popup height changes when dragged

You're right. I've applied the following in the stylesheet to handle popup height adjustments.

.ia_popup[id^="popup-"]{
    height: auto !important;
}
1 Like