Scroll and height
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
--
To have a percentage of viewing window use vh
{
overflow: scroll;
max-height: 90vh;
}
Overflow scrolls means extra space will be scrolled