Files
ladybird/Userland/Libraries/LibWeb/Layout/FormattingState.cpp
Andreas Kling 5a770f2eff LibWeb: Fix floating boxes getting stacked on top of each other
This was caused by the freestanding margin_box_rect() using 0 for the
content height instead of the actual content height.
2022-02-21 19:38:50 +01:00

3.1 KiB