Skip to content

Commit

Permalink
fix onbording overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
eshark9312 committed Nov 9, 2023
1 parent 56d5bf0 commit 006a1f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const MainWrapper = styled.div`
top: 0;
width: calc(100% - 226px);
z-index: ${ZIndex.navbar};
margin-left: min(calc(720px - 50%), 0px);
`

const StyledDropDown = styled(DropDownToggle)`
Expand Down

0 comments on commit 006a1f7

Please sign in to comment.