Update style.css

注释掉应该就可以了,只是层级问题
pull/121/head
Asakijz 2022-09-05 21:30:01 +08:00 committed by GitHub
parent 0c05463c23
commit d1c55a2703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}