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 }) =>