diff --git a/Userland/Applications/Help/main.cpp b/Userland/Applications/Help/main.cpp index afebffbfd3..e34d7dc855 100644 --- a/Userland/Applications/Help/main.cpp +++ b/Userland/Applications/Help/main.cpp @@ -160,6 +160,7 @@ ErrorOr serenity_main(Main::Arguments arguments) auto url = URL::create_with_file_protocol(path); page_view->load_html(html, url); + page_view->scroll_to_top(); app->deferred_invoke([&, path] { auto tree_view_index = manual_model->index_from_path(path);