mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-30 23:13:32 +01:00
Unsticky sidebar without JS (#981)
Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
parent
be558ebfd6
commit
0db05bad0a
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user