From 6cb0a86373fb5d5177b579b0c6dc5569bba2b5e3 Mon Sep 17 00:00:00 2001 From: Benny Guo Date: Tue, 22 Aug 2023 12:28:59 +0800 Subject: [PATCH] fix: home page tag sticky overflow to the footer if no footer link --- src/components/Sidebar/src/TagBox.vue | 9 ++++++++- src/components/Sticky.vue | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/Sidebar/src/TagBox.vue b/src/components/Sidebar/src/TagBox.vue index 157a941d..5e05e718 100644 --- a/src/components/Sidebar/src/TagBox.vue +++ b/src/components/Sidebar/src/TagBox.vue @@ -1,7 +1,7 @@