diff --git a/main/source/window/window.cpp b/main/source/window/window.cpp index f2e623bdf..4c703f807 100644 --- a/main/source/window/window.cpp +++ b/main/source/window/window.cpp @@ -426,6 +426,7 @@ namespace hex { // Render main menu ImGui::PushStyleVar(ImGuiStyleVar_WindowBorderSize, 0.0F); + ImGui::SetNextWindowScroll(ImVec2(0, 0)); if (ImGui::BeginMainMenuBar()) { if (ImHexApi::System::isBorderlessWindowModeEnabled()) {