docs: add menu bar and optimize navigation

This commit is contained in:
unix
2020-04-06 08:56:06 +08:00
parent 565cc8f2b9
commit 73b45cc3e0
94 changed files with 523 additions and 172 deletions

View File

@@ -56,7 +56,7 @@ export const Sidebar: React.FC<SideGroupProps> = React.memo(({ sides }) => {
.box {
overflow-y: auto;
overflow-x: hidden;
height: calc(100vh - 140px);
height: 100%;
display: flex;
flex-direction: column;
align-items: center;