From 5afcfb59feb775b19a33f6c2f52a9077abebaae7 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 6 Oct 2025 10:02:06 +0900 Subject: [PATCH] fix: feed scrollbar cannot be dragged --- src/App.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/App.vue b/src/App.vue index 736ec1fe..dacdbc5a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -195,3 +195,9 @@ const { setAsideWidth } = appearanceStore; const { asideWidth, isSideBarTabShow } = storeToRefs(appearanceStore); + +