From ed618e4499f2c34e730185719360a3d52f8c87a9 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sat, 1 May 2021 19:39:46 +0100 Subject: [PATCH] Update sidebar styles --- src/components/Sidebar/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Sidebar/styles.ts b/src/components/Sidebar/styles.ts index 7e1afc3..001e788 100644 --- a/src/components/Sidebar/styles.ts +++ b/src/components/Sidebar/styles.ts @@ -8,6 +8,7 @@ export const Wrapper = styled.div` position: fixed; top: 0; left: 0; + z-index: 100; width: 75px; height: 100%; background: ${({ theme, color }) =>