Skip to content

Commit

Permalink
fix(docz-theme-default): add overflow auto to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
drmzio authored and pedronauck committed Jun 30, 2018
1 parent 777b8bf commit 4cdbcfd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const LogoText = styled('h1')`

const Menus = styled('nav')`
flex: 1;
overflow-y: auto;
`

const Footer = styled('div')`
Expand Down

0 comments on commit 4cdbcfd

Please sign in to comment.