Update avltree.md

This commit is contained in:
Yudong Jin
2022-12-11 18:41:15 +08:00
parent 47dd285100
commit cacbbe59e2
4 changed files with 16 additions and 20 deletions

View File

@@ -57,16 +57,3 @@
display: block;
margin: 0 auto;
}
/* navigation scrollbar */
.md-sidebar__scrollwrap {
overflow-y: hidden;
}
.md-sidebar__scrollwrap:hover {
overflow-y: auto;
}
/* .md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
background-color: var(--md-default-fg-color--lightest);
} */