修复导航图标被章节目录遮盖的bug

pull/643/head
sunface 3 years ago
parent 244b4da947
commit ff370a1f9b

@ -19,7 +19,7 @@
.pagetoc {
position: fixed;
width: 200px;
height: calc(100vh - var(--menu-bar-height) - 20rem);
height: calc(100vh - var(--menu-bar-height) - 10rem);
overflow: auto;
z-index: 1000;
}
@ -62,7 +62,7 @@
/* 修改滚动条宽度 */
::-webkit-scrollbar {
width: 7px;
width: 5px;
}
/* 表格靠左对齐 */

Loading…
Cancel
Save