fix[Sidebar]: fixed sidebar background css bug

pull/1865/head
Pan 5 years ago
parent 0358667a73
commit afb62edc58

@ -12,6 +12,7 @@
.sidebar-container {
transition: width 0.28s;
width: $sideBarWidth !important;
background-color: $menuBg;
height: 100%;
position: fixed;
font-size: 0px;

Loading…
Cancel
Save