From eebba2b9efc63cb788b20dccff1dc1eade107244 Mon Sep 17 00:00:00 2001 From: Donovan-Porter <122303753+Donovan-Porter@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:31:19 -0400 Subject: [PATCH] Made toc Sidebar Expand to Fit Page As per issue #744, opened by yurishkuro, I made the sidebar expand to fill the page. Signed-off-by: Donovan Porter Signed-off-by: Donovan-Porter <122303753+Donovan-Porter@users.noreply.github.com> --- themes/jaeger-docs/assets/sass/toc.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/jaeger-docs/assets/sass/toc.sass b/themes/jaeger-docs/assets/sass/toc.sass index fab78a3a..0d653e04 100644 --- a/themes/jaeger-docs/assets/sass/toc.sass +++ b/themes/jaeger-docs/assets/sass/toc.sass @@ -16,10 +16,12 @@ $left-border: 4px solid $jaeger-beige position: fixed margin: 0 padding: 0 + height: calc(100vh - 6rem) .jaeger-toc-page-list padding-left: 20px line-height: 1.3 + position: static .jaeger-toc-page-link display: block