summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/layout.c1
1 files changed, 1 insertions, 0 deletions
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;
}