From c0befc3f0d8e1c3b02acd3f86e1f556d06800957 Mon Sep 17 00:00:00 2001 From: Lunatic Fox Date: Thu, 11 Apr 2024 21:03:19 -0300 Subject: [PATCH] Patch 08 - Fix documentation sidebar options. --- src/app/docs/components/Docs/index.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/docs/components/Docs/index.module.css b/src/app/docs/components/Docs/index.module.css index aca85dd..5faa297 100644 --- a/src/app/docs/components/Docs/index.module.css +++ b/src/app/docs/components/Docs/index.module.css @@ -77,6 +77,8 @@ .sidebarInfo { position: fixed; width: 250px; + height: calc(100% - 62.8px); + overflow-y: scroll; } .sidebar details>summary,