Answers for "set the height equal to screen or view port"

0

set the height equal to screen or view port

.container {
    height: 100vh;
    overflow: auto;
}
Posted by: Guest on September-09-2020

Code answers related to "set the height equal to screen or view port"

Browse Popular Code Answers by Language