Skip to content

Commit afb62ed

Browse files
committed
fix[Sidebar]: fixed sidebar background css bug
1 parent 0358667 commit afb62ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/sidebar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.sidebar-container {
1313
transition: width 0.28s;
1414
width: $sideBarWidth !important;
15+
background-color: $menuBg;
1516
height: 100%;
1617
position: fixed;
1718
font-size: 0px;

0 commit comments

Comments
 (0)