.tamasha-slide-content{
overflow-y: scroll;
}
.tamasha-overlay.open .tamasha-slide-content{
position:absolute;
inset:0;
max-height:100cqh;
}
With this it is no longer needed to use a wrapper div (as seen here) , and the height take as much space as possible.