1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-03 10:02:44 +00:00

Unsticky sidebar without JS (#981)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
2022-04-12 03:45:22 +00:00
committed by Daniel Gray
parent be558ebfd6
commit 0db05bad0a

View File

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