Unsticky sidebar without JS (#981)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
Jonah Aragon 2022-04-12 03:45:22 +00:00 committed by Daniel Gray
parent be558ebfd6
commit 0db05bad0a
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -145,3 +145,8 @@ h1, h2, h3, .md-header__topic {
.md-nav__link svg {
width: 22px;
}
/* Unsticky sidebar without JS */
.no-js .md-sidebar {
align-self: auto;
}