Scroll and height

Jesse Chung
May 19, 2022

To have a percentage of viewing window use vh

{

overflow: scroll;

max-height: 90vh;

}

Overflow scrolls means extra space will be scrolled

--

--