mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
We were using the viewport's size as the viewport scrolling area, but those are completely different things.
2 lines
87 B
Text
2 lines
87 B
Text
document.documentElement.scrollWidth: 1242
|
|
document.documentElement.scrollHeight: 1481
|