Skip to content

Commit

Permalink
Merge pull request #252 from mocfaisal/main
Browse files Browse the repository at this point in the history
Fix Sidebar - Vertical Layout with Navbar
  • Loading branch information
alfianchii authored Sep 26, 2023
2 parents 8e88ecf + f11fea2 commit 7512404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/static/js/components/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class Sidebar {
*/
hide() {
this.sidebarEL.classList.remove("active")
this.sidebarEL.classList.add("inactive")
this.deleteBackdrop()
this.toggleOverflowBody()
}
Expand Down

0 comments on commit 7512404

Please sign in to comment.