Apply min/max-height to absolutely positioned elements.

svn path=/trunk/netsurf/; revision=3916
This commit is contained in:
Michael Drake 2008-03-10 12:36:35 +00:00
parent 79022d8ec2
commit abd453166f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}