mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +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
|