From 0db05bad0af02da18f19911ef7e3b6676ecea0b9 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 12 Apr 2022 03:45:22 +0000 Subject: [PATCH] Unsticky sidebar without JS (#981) Signed-off-by: Daniel Gray --- docs/stylesheets/extra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 758a0ff7..1f9b7a99 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -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; +}