LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

WebView: Fix size calculation in update_viewport_rect() #78

Closed itamar8910 closed 1 year ago

itamar8910 commented 1 year ago

size() may include the dimensions of the scrollbars. We now use viewport() instead.