Skip to content

Commit

Permalink
fix(Workspace): Remove forced scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Mar 24, 2021
1 parent 541db95 commit 8be8d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/scss/desk/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ body {
height: calc(100vh - var(--navbar-height) - var(--page-head-height) - 5px);
.layout-side-section, .layout-main-section-wrapper {
height: 100%;
overflow-y: scroll;
overflow-y: auto;
}
.desk-sidebar {
margin-bottom: var(--margin-2xl);
Expand Down

0 comments on commit 8be8d4b

Please sign in to comment.