mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
The CSS Overflow spec says scrollable overflow should include "the scrollable overflow areas of all of the above boxes (including zero-area boxes)", but we were skipping zero-area boxes entirely via an early return. This meant elements like a position:relative container that collapses to zero height (because its only child is absolutely positioned) would never have their children's overflow counted.
2 lines
22 B
Plaintext
2 lines
22 B
Plaintext
Page scrollable: true
|