When clicking on a link, a popup box will appear and I am looking to enable scroll for the parent page. However, the popup is not displaying properly on small screen laptops and I am unable to adjust its height. I need to find a way to enable scrolling in this situation.
.popup{
display: block;
z-index: 1002;
outline: 0px;
position: fixed;
height: auto;
width: 730px;
top: 209px;
left: 259px;
}