From e77e0bbc85d7a77b7a2e23ec34428b0d2e551520 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 24 Mar 2022 21:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96CSS=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=AB=A0=E8=8A=82=E5=86=85=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=A2=AB=E9=81=AE=E6=8C=A1=E6=97=A0=E6=B3=95=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/style1.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/style1.css b/theme/style1.css index 8be5f3db..dad4ada6 100644 --- a/theme/style1.css +++ b/theme/style1.css @@ -21,6 +21,7 @@ width: 200px; height: calc(100vh - var(--menu-bar-height) - 0.67em * 4); overflow: auto; + z-index: 1000; } .pagetoc a { border-left: 1px solid var(--sidebar-bg);