From afb62edc58b61cc190ff07214c4ac37486c80850 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 8 Apr 2019 18:10:41 +0800 Subject: [PATCH] fix[Sidebar]: fixed sidebar background css bug --- src/styles/sidebar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index e0accb83..525a65b9 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -12,6 +12,7 @@ .sidebar-container { transition: width 0.28s; width: $sideBarWidth !important; + background-color: $menuBg; height: 100%; position: fixed; font-size: 0px;