Compare commits

...

2 Commits

Author SHA1 Message Date
chai2010
096ef23f97
Merge pull request #121 from Asakijz/master
Update style.css
2022-09-05 22:26:21 +08:00
Asakijz
d1c55a2703
Update style.css
注释掉应该就可以了,只是层级问题
2022-09-05 21:30:01 +08:00

View File

@ -21,7 +21,7 @@
width: 200px; width: 200px;
height: calc(100vh - var(--menu-bar-height) - 0.67em * 4); height: calc(100vh - var(--menu-bar-height) - 0.67em * 4);
overflow: auto; overflow: auto;
z-index: 1000; /* z-index: 1000; */
} }
.pagetoc a { .pagetoc a {
border-left: 1px solid var(--sidebar-bg); border-left: 1px solid var(--sidebar-bg);
@ -51,4 +51,4 @@
overflow: hidden; overflow: hidden;
padding: 10px 0; padding: 10px 0;
color: gray; color: gray;
} }