Skip to content

Commit

Permalink
Merge pull request #540 from jgeewax/534-fixed-navbar
Browse files Browse the repository at this point in the history
Fix #534 - Nav bar is fixed and scrollable.
  • Loading branch information
ryanseys committed May 7, 2015
2 parents 9c492b2 + 8b9e034 commit 81b2c26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1385,13 +1385,14 @@ ul {
}

.side-nav {
position: absolute;
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 240px;
padding-top: 7.7em;
font-size: 0.9em;
overflow-y: auto;
}

.side-nav a {
Expand Down

0 comments on commit 81b2c26

Please sign in to comment.