fix: 移除目录内部多余的滚动条
- 移除 #leftbar_catalog 的 max-height 和 overflow-y - 只保留外层 #leftbar_part2_inner 的滚动条
This commit is contained in:
@@ -4461,8 +4461,6 @@ html.darkmode .tippy-box[data-theme~="light"] {
|
|||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
width: calc(100% + 0px);
|
width: calc(100% + 0px);
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: calc(100vh - 400px); /* 限制最大高度,为 TODO 和底部留出空间 */
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#leftbar_catalog::-webkit-scrollbar {
|
#leftbar_catalog::-webkit-scrollbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user