1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 19:04:59 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Aliaksandr Kalenik
6b79508c08 LibWeb: Use offset of nearest scrollable ancestor for positioned boxes
Because positioned descendants are painted out-of-order we need to
separately apply offset of nearest scrollable box for them.

Fixes https://github.com/SerenityOS/serenity/issues/20554
2023-12-11 20:37:05 +01:00