From 9539c6d31758102e959566e64f7d8df540bfdfde Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 21 Jan 2023 17:14:18 +0100 Subject: [PATCH] fix: left sidebar scroll --- website/src/components/LeftSidebar/LeftSidebar.astro | 2 +- website/src/layouts/MainLayout.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/LeftSidebar/LeftSidebar.astro b/website/src/components/LeftSidebar/LeftSidebar.astro index df505925..85d27b45 100644 --- a/website/src/components/LeftSidebar/LeftSidebar.astro +++ b/website/src/components/LeftSidebar/LeftSidebar.astro @@ -14,7 +14,7 @@ const langCode = 'en'; // getLanguageFromURL(currentPage); const sidebar = SIDEBAR[langCode]; --- -