From 65ce7fd64a961ebe366c8e4a5441f260177bfb1b Mon Sep 17 00:00:00 2001 From: Benny Guo Date: Sun, 17 Sep 2023 02:06:48 +0800 Subject: [PATCH] fix: toc sidebar max height now adapt to new ui --- src/components/Sidebar/src/Toc.vue | 44 ++++++++++++++++++++++++++++-- src/pages/index.vue | 2 +- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/src/components/Sidebar/src/Toc.vue b/src/components/Sidebar/src/Toc.vue index a813b846..f85be473 100644 --- a/src/components/Sidebar/src/Toc.vue +++ b/src/components/Sidebar/src/Toc.vue @@ -1,6 +1,6 @@