mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
We were using the viewport's size as the viewport scrolling area, but those are completely different things.
3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
document.documentElement.scrollWidth: 1242
|
|
document.documentElement.scrollHeight: 1481
|