Pop-up Window Size fixed with ‘VH’ CSS coding
-
I’ve managed to fix the issue with the pop-up window sizing by adding CSS in the Advanced tab:
.eb-popup-vrv3h.eb-popup-container .eb-popup-content {
height: 67vh !important;
}
}
.eb-popup-vrv3h.eb-popup-container .eb-popup-content {
height: 80vh;
}
Would be good if you could add ‘VH’ to sizing of this container box rather than just ‘PX EM %’.
Otherwise just the other issue of the Z-Index being assigned to the pop-up window only, and not to include the button that activates the pop-up window.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Pop-up Window Size fixed with ‘VH’ CSS coding’ is closed to new replies.