From abd453166f8de6c0136f697765f327e33b7e3a27 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 10 Mar 2008 12:36:35 +0000 Subject: Apply min/max-height to absolutely positioned elements. svn path=/trunk/netsurf/; revision=3916 --- render/layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/layout.c') diff --git a/render/layout.c b/render/layout.c index 1af12261e..6e3dba0f3 100644 --- a/render/layout.c +++ b/render/layout.c @@ -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; } -- cgit v1.2.3