feat: add all in single navbar

This commit is contained in:
Henk Verlinde
2022-06-10 16:33:08 +02:00
parent cf51ea887d
commit 16152d6360
9 changed files with 193 additions and 117 deletions

View File

@ -130,6 +130,10 @@ body {
z-index: 1000;
height: calc(100vh - 4rem);
}
.docs-sidebar-top {
top: 0;
}
}
}
@ -173,6 +177,10 @@ body {
height: calc(100vh - 4rem);
overflow-y: auto;
}
.docs-toc-top {
top: 0;
}
}
.docs-content {