add auto scroll on sidebar

This commit is contained in:
Eric Shen
2020-07-04 16:09:36 +08:00
committed by Benjamin Elder
parent b6f979ec8d
commit ef5e6fb6cc

View File

@@ -138,6 +138,7 @@ body {
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-color: #fafafa;
z-index: 99999;
overflow-y: auto;
}
.sidebar-collapsed #sidebar {
display: none;