Add left sidebar scrollable by lcb931023.

This commit is contained in:
kor 2018-08-10 04:07:30 +12:00
parent c11eba11ee
commit 4e0771c64e

View File

@ -76,6 +76,10 @@ body {
z-index: 100;
left: 0px;
top: 0px;
overflow-y: scroll;
}
.menu::-webkit-scrollbar {
display: none;
}
.menu:hover {
background: var(--color-menu-bg-e);