Answers for "set element equal to the size of the viewport"

0

set element equal to the size of the viewport

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

Code answers related to "set element equal to the size of the viewport"

Browse Popular Code Answers by Language