Open matijamrkaic opened 10 years ago
If the element has max-height: 100% [percentage based] in css, script sets height: 100px on that element.
max-height: 100%
css
height: 100px
In v.0.8.4, I would guess that it happens at line 710 - 714 with parentMaxHeight.
v.0.8.4
parentMaxHeight
Thanks, I'll have a look at how the height is calculated.
If the element has
max-height: 100%
[percentage based] incss
, script setsheight: 100px
on that element.In
v.0.8.4
, I would guess that it happens at line 710 - 714 withparentMaxHeight
.