Skip to content

Commit

Permalink
Fixed navbar to not overflow at the bottom of the page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed Jul 2, 2012
1 parent 4317870 commit 6ea9d29
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
4 changes: 4 additions & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ nav.sidebar-nav,
top: 0px;
padding-top: 0px !important;
}
.sidebar-content.stuck {
position: absolute;
padding-top: 0px !important;
}
#sidemenu-links {
max-height:400px;
min-height:400px;
Expand Down
29 changes: 22 additions & 7 deletions js/application.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ea9d29

Please sign in to comment.