We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7a77f commit e7c452cCopy full SHA for e7c452c
weasyprint/layout/columns.py
@@ -35,6 +35,7 @@ def columns_layout(context, box, max_position_y, skip_stack, containing_block,
35
absolute_boxes = []
36
37
box = box.copy_with_children(box.children)
38
+ box.position_y += collapse_margin(adjoining_margins) - box.margin_top
39
40
height = box.style['height']
41
if height != 'auto' and height.unit != '%':
0 commit comments