Skip to content

Commit

Permalink
fix when panel is collapsed/uncollapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Feb 21, 2023
1 parent 79774df commit 68c1104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/css/simple-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

.wrapper.active #sidebar-wrapper {
left: 200px;
left: -15px;
width: 200px;
transition: all 0.4s ease 0s;
}
Expand Down

0 comments on commit 68c1104

Please sign in to comment.