Skip to content

Commit

Permalink
resolve sidebar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas96 committed Dec 23, 2021
1 parent 145ff06 commit 7ebae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/header/styledComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const HeaderContainer = styled.div`
left: 0;
flex-direction: column;
height: 100vh;
width: 50vw;
width: 50vw !important;
z-index: 100;
font-size: 20px;
background-color: ${(props) => props.theme.colors.primaryLight};
Expand Down

0 comments on commit 7ebae23

Please sign in to comment.