From d0f4cf3a0f668c8d4a728dfb4738ff325e9b1fcc Mon Sep 17 00:00:00 2001 From: emmarobbie Date: Sun, 14 Dec 2025 22:22:56 +0000 Subject: [PATCH] Fix right side bar going past the bottom bar in the old UI --- src/components/RightSideBar/Main.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/RightSideBar/Main.vue b/src/components/RightSideBar/Main.vue index d8e38e17..8aeb0d6a 100644 --- a/src/components/RightSideBar/Main.vue +++ b/src/components/RightSideBar/Main.vue @@ -33,6 +33,7 @@ const tabs = useTabStore()