From eb93fa4535eee00807e351fe0d75358194056e56 Mon Sep 17 00:00:00 2001 From: Gliches Date: Sun, 26 Jul 2026 14:07:37 +0530 Subject: [PATCH] fix: docs sidebar header, background color issue (#2504) --- docs/.vitepress/theme/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 5dd313f0..8d9213a1 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -81,3 +81,7 @@ body { .item { z-index: 1; } + +.VPSidebar .curtain { + z-index: 2; +}