Makes left-hand nav sticky. Resolves #218 (#221)

Signed-off-by: Pete Lumbis <pete@upbound.io>

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2022-12-05 17:09:05 -05:00 committed by GitHub
parent 87253feb22
commit 7eca1c4a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
.bd-sidebar-container {
background-color: var(--body-background) !important;
position: sticky;
top: 5rem;
.btn-close {
filter: var(--btn-close-color)!important;