I am working on a website. The main page is a grid layout, when you click CONTACT in the nav, a modal overlay opens up, which is a form for contact information. I am extending this form to have more questions and options. But I still want to keep the area relatively the same size and add a scroll bar.
So after attempting this, as I adjust the height of the modal, all of the contents are not shown. The top of the form is cut off, even with the scrollbar implemented.
I'm not sure a way to adjust the height of the div area so all of the contents are shown by the overflow and scrollbar.