Files
ladybird/Libraries
Andreas Kling 0e61d84749 LibHTML: Run second layout pass if first layout adds/removes scrollbars
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.
2019-10-13 16:31:31 +02:00
..
2019-10-13 08:44:47 +02:00
2019-09-29 22:07:02 +02:00
2019-10-12 19:30:59 +02:00