Home › Forums › CSS › max-height as percentage issues › Reply To: max-height as percentage issues
March 18, 2014 at 6:01 pm
#166185
Participant
Have you tried vh
?
.kv {
max-height:60%;
max-height:60vh;
}
The forums ran from 2008-2020 and are now closed and viewable here as an archive.