Skip to content

Commit

Permalink
fix(docs): logo overflowing into side nav
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Oct 24, 2019
1 parent b37887b commit 9237d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/components/SideNav/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const StyledFlex = styled(Flex)`
${({ theme }) => theme.breakpoints.tablet} {
bottom: 0;
box-shadow: none;
display: block;
height: 100vh;
overflow: auto;
position: sticky;
Expand Down

0 comments on commit 9237d31

Please sign in to comment.