mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
If you do a layout and it turns out that the page contents don't fit in the viewport vertically, we add a vertical scrollbar. Since the scrollbar takes up some horizontal space, this reduces the amount of space available to the page. So we have to do a second layout pass. :^) Fixes #650.