mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-26 07:17:25 +00:00
63c727a was meant to stop clipping absolutely positioned descendants,
but used `is_positioned()` rather than `is_absolutely_positioned()`,
which meant it disabled clipping in many more cases that it should
have.