feat: support vertical scrolling for toc in desktop mode (#2064)

This commit is contained in:
Cotes Chung
2024-11-28 05:40:57 +08:00
parent 11647697bb
commit 5265b03974
5 changed files with 61 additions and 13 deletions
+4
View File
@@ -154,3 +154,7 @@
%max-w-100 {
max-width: 100%;
}
%panel-border {
border-left: 1px solid var(--main-border-color);
}