1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 01:15:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
4011a107a4 LibWeb: Propagate overflow modes from <html> or <body> to viewport
This patch implements "Overflow Viewport Propagation" from CSS-OVERFLOW.
It fixes an issue where many websites were not scrollable because they
had `overflow: scroll` on the body element and we didn't propagate it.
2023-08-03 13:21:26 +02:00