Skip to content

Commit

Permalink
Fix #534 - Nav bar is fixed and scrollable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeewax committed May 7, 2015
1 parent e9c7fa2 commit 8b9e034
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 @@ -1359,13 +1359,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 8b9e034

Please sign in to comment.