mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-12 18:55:09 +00:00
Normally we don't layout position:absolute elements until after the parent formatting context has assigned dimensions to the current formatting context's root box. However, some of our parent contexts (especially FFC) don't do this reliably, which makes position:absolute children have 0x0 dimensions. Hack this for now by making ~BFC() pretend that the parent assigned dimensions if it hadn't done it already.
33 KiB
33 KiB