Skip to content

Commit

Permalink
prevent sidenav items from being obstructed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Mar 21, 2018
1 parent 37e210c commit eccac4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/_style.scss
Expand Up @@ -102,6 +102,11 @@ ul.sidenav.sidenav-fixed {
border-right: 1px solid $border-color;
padding-bottom: 164px;

> li:last-child {
padding-bottom: 160px;
}


li {
line-height: 44px;

Expand Down

0 comments on commit eccac4e

Please sign in to comment.