From dfff0ee05fa29dccff67f4c41abb6e748bcaef5f Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 14 Feb 2023 18:13:00 -0300 Subject: [PATCH] Overflow fixed at sidebar --- space_flow/src/components/ExtraSidebarComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space_flow/src/components/ExtraSidebarComponent/index.tsx b/space_flow/src/components/ExtraSidebarComponent/index.tsx index d015b5726..7f6ef2c4a 100644 --- a/space_flow/src/components/ExtraSidebarComponent/index.tsx +++ b/space_flow/src/components/ExtraSidebarComponent/index.tsx @@ -20,7 +20,7 @@ export default function ExtraSidebar() { isStackedOpen ? "w-60" : "w-0 " } flex-shrink-0 flex overflow-hidden flex-col border-r transition-all duration-500`} > -
+
{extraNavigation.title}