Skip to content

Commit

Permalink
fix: main margin-left not active when hide and show sidebar, close #219
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Aug 25, 2023
1 parent de691bd commit f0f7379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/static/js/components/sidebar.js
Expand Up @@ -155,7 +155,6 @@ class Sidebar {
*/
hide() {
this.sidebarEL.classList.remove("active")
this.sidebarEL.classList.add("inactive")
this.deleteBackdrop()
this.toggleOverflowBody()
}
Expand Down

0 comments on commit f0f7379

Please sign in to comment.