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

1 commit

Author SHA1 Message Date
Aliaksandr Kalenik
20de69693b LibWeb: Fix hidden overflow clipping with nested CSS transforms
This is a fix for regression introduced in
0bf82f748f

All CSS transforms need to be removed from the clip rectangle before
applying it. However, it is still necessary to calculate it with
applied transforms to find the correct intersection of all clip
rectangles in the containing block chain.
2024-01-29 07:21:38 +01:00