From d1c55a2703555e4db920fdb84fdcee8fdaceced7 Mon Sep 17 00:00:00 2001 From: Asakijz <47314025+Asakijz@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:30:01 +0800 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 注释掉应该就可以了,只是层级问题 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b260507..73f9ccd 100644 --- a/style.css +++ b/style.css @@ -21,7 +21,7 @@ width: 200px; height: calc(100vh - var(--menu-bar-height) - 0.67em * 4); overflow: auto; - z-index: 1000; + /* z-index: 1000; */ } .pagetoc a { border-left: 1px solid var(--sidebar-bg); @@ -51,4 +51,4 @@ overflow: hidden; padding: 10px 0; color: gray; -} \ No newline at end of file +}