Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
注释掉应该就可以了,只是层级问题
  • Loading branch information
csl991005 authored Sep 5, 2022
1 parent 0c05463 commit d1c55a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -51,4 +51,4 @@
overflow: hidden;
padding: 10px 0;
color: gray;
}
}

0 comments on commit d1c55a2

Please sign in to comment.