Skip to content

Commit

Permalink
fix(interior-left-nav): make scrollable when in short viewport (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobrian authored and Chris Dhanaraj committed May 24, 2017
1 parent 0cd81be commit 101375d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/interior-left-nav/interior-left-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
flex-direction: column;
background-color: $color__white;
padding-top: 1.5rem;
overflow: auto;

&__item {
@include reset;
Expand Down

0 comments on commit 101375d

Please sign in to comment.