From 7ebae2314d0b774b115e8af3c6a18fc88b6f5f95 Mon Sep 17 00:00:00 2001 From: tejas96 Date: Thu, 23 Dec 2021 23:10:11 +0530 Subject: [PATCH] resolve sidebar issue --- src/components/common/header/styledComponents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/header/styledComponents.js b/src/components/common/header/styledComponents.js index 9008476..03081bd 100644 --- a/src/components/common/header/styledComponents.js +++ b/src/components/common/header/styledComponents.js @@ -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};