Forums

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

Home Forums CSS max-height as percentage issues Reply To: max-height as percentage issues

#166185
Atelierbram
Participant

Have you tried vh?

.kv {
  max-height:60%;
  max-height:60vh;
}