SerenityOS build: Saturday, November 25
Images 💾⌗
- serenity-x86_64-20231125-7cdd07b.img.gz (Raw image, 204.97 MiB)
Last commit ⭐⌗
commit 7cdd07b89a4d739d5a3a57cc7c301ed94bd1b4b6
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Fri Nov 24 12:30:46 2023 -0500
Commit: Tim Flynn <trflynn89@pm.me>
CommitDate: Fri Nov 24 17:19:08 2023 -0500
LibWebView: Scroll inspected elements into view with a slight offset
When scrolling to the inspected element, if we scroll to its exact
position, it would often be placed behind the fixed header at the top of
the WebView. This patch gives the scroll a bit of an offset to scroll
comfortably beneath the header.
Other builds