While I am able to add a scroll to the pop-up if it is larger than the screen, I am encountering an issue with the overlay. I am unable to click on it. If you double-click on the overlay, you will notice that the cross button gets selected but the "powered by" text at the bottom left side should be selected instead.
.booklyng-modal-body .popup-box-wrapper {
overflow-x: hidden !important;
max-height: 100%;
overflow-y: auto !important;
z-index:222;
}
This code is meant to add a scroll to my div. Please check out the following link for more information and assistance click here