Skip to content

Commit

Permalink
fix: navbar scrolling doesn't render fully
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianchii committed Dec 1, 2023
1 parent f25749b commit 980f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/static/js/components/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Sidebar {
if (typeof PerfectScrollbar == "function") {
const container = document.querySelector(".sidebar-wrapper")
const ps = new PerfectScrollbar(container, {
wheelPropagation: false,
wheelPropagation: true,
})
}

Expand Down

0 comments on commit 980f8b3

Please sign in to comment.