mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Add left sidebar scrollable by lcb931023.
This commit is contained in:
parent
c11eba11ee
commit
4e0771c64e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user