Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help to make layout 100% height Re: Help to make layout 100% height

#134869
unasAquila
Participant

CSS —

html{
width :100%;
height:100%;
}

setting the html to 100% width and height will do the trick.