From 3afdb19f87cbe52d88c53a4921c3097a5013443d Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 31 May 2023 02:01:47 +0200 Subject: [PATCH] Removed absolute positioning from the sidebar footer --- .../components/Sidebar/components/SidebarFooter/styles.sass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass b/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass index a066091..0ae8dd8 100644 --- a/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass +++ b/client/src/common/components/Sidebar/components/SidebarFooter/styles.sass @@ -1,10 +1,6 @@ @import "@/common/styles/colors" .sidebar-footer - position: absolute - bottom: 1rem - left: 0 - right: 0 display: flex justify-content: center align-items: center