Apply min/max-height to absolutely positioned elements.
svn path=/trunk/netsurf/; revision=3916
This commit is contained in:
parent
79022d8ec2
commit
abd453166f
|
@ -3095,6 +3095,7 @@ bool layout_absolute(struct box *box, struct box *containing_block,
|
|||
/** \todo Inline ancestors */
|
||||
}
|
||||
box->height = height;
|
||||
layout_apply_minmax_height(box);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue