Files
ladybird/Userland/Libraries
Aliaksandr Kalenik fd3411c868 LibWeb: Ignore document's box during overflow clip rect calculation
Reduction of bug:
```html
<!DOCTYPE html><style>
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
div {
    background: orange;
    height: 1000px;
    width: 500px;
}
</style><body><div>
```

Fixes https://github.com/SerenityOS/serenity/issues/21690 and painting
on many other websites (null.com, servo.org).
2023-11-09 07:56:34 +01:00
..
2023-11-08 09:31:54 +01:00
2023-11-04 22:13:52 +01:00
2023-11-08 22:18:28 +01:00