fix[Sidebar]: fixed sidebar background css bug

This commit is contained in:
Pan 2019-04-08 18:10:41 +08:00
parent 0358667a73
commit afb62edc58
1 changed files with 1 additions and 0 deletions

View File

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