Skip to content

Commit

Permalink
fix(mobile): scroll issue after workspace change (#24555) (#24585)
Browse files Browse the repository at this point in the history
(cherry picked from commit eeac2bb)

Co-authored-by: Dany Robert <danyrt@wahni.com>
  • Loading branch information
mergify[bot] and rtdany10 committed Jan 29, 2024
1 parent adcbeee commit 7245292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/public/js/frappe/views/workspace/workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ frappe.views.Workspace = class Workspace {
$(".item-anchor").on("click", () => {
$(".list-sidebar.hidden-xs.hidden-sm").removeClass("opened");
$(".close-sidebar").css("display", "none");
$("body").css("overflow", "auto");
});

if (
Expand Down

0 comments on commit 7245292

Please sign in to comment.