Full height for element

0 votes
834 views
added Jul 5, 2017 in CSS by anonymous
recategorized Aug 8, 2017 by LC Marshal
.c1vh {
    height:100vh; /*or height:89vh;*/
}

The other workaround ( with bootstrap) can be found here:

http://jsfiddle.net/S3Gvf/

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...