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:
@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user