Use this CSS to limit the height of your popups. It also works on containers.
selector{
max-height: 75vh;
overflow-x: hidden;
overflow-y: scroll;
}
Use this CSS to limit the height of your popups. It also works on containers.
selector{
max-height: 75vh;
overflow-x: hidden;
overflow-y: scroll;
}
We use cookie to improve your experience on our site. By using our site you consent cookies.