From f9f00f6ce117f4643290ae78bc3b4ebec1fb4d78 Mon Sep 17 00:00:00 2001 From: Spyup Date: Tue, 11 Feb 2025 14:00:27 +0800 Subject: [PATCH] fix: footer and sidebar overlap --- .vitepress/theme/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 1019f62..b80a392 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -128,3 +128,11 @@ .DocSearch { --docsearch-primary-color: var(--vp-c-brand-1) !important; } + +/** + * Component: Sidebar + * -------------------------------------------------------------------------- */ + +.VPSidebar { + height: min-content; +}