Skip to content

Commit

Permalink
fix(docz-theme-default): extend sidebar to the bottom of the page (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
woahitsraj authored and pedronauck committed Feb 13, 2019
1 parent a74387a commit 9dd1850
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const Content = styled('div')`
min-width: 280px;
height: 100%;
max-height: 100vh;
background: ${sidebarBg};
`

const Menus = styled('nav')`
Expand Down

0 comments on commit 9dd1850

Please sign in to comment.