From 2a7916a0693866439b587ee97e2d6c285762125b Mon Sep 17 00:00:00 2001 From: Guilherme Peixoto Date: Mon, 10 Feb 2025 02:29:15 -0300 Subject: [PATCH] fixed sidebar --- src/Components/SideBar/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/SideBar/index.css b/src/Components/SideBar/index.css index 0316224..35b6f02 100644 --- a/src/Components/SideBar/index.css +++ b/src/Components/SideBar/index.css @@ -5,7 +5,7 @@ justify-content: flex-start; align-items: center; width: 380px; - height: auto; + height: 100%; padding: 85px; }