Skip to content

Commit

Permalink
Fix navbar behavior
Browse files Browse the repository at this point in the history
Opening/closing the navbar moved the page to the top.
<poole/lanyon#192>

Apply a workaround.
  • Loading branch information
rom1v committed Jan 9, 2017
1 parent ef79cc5 commit 9446254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/rom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ img {
font-style: italic;
color: #888;
}

.sidebar-checkbox {
/* fixes navbar behavior <https://github.com/poole/lanyon/issues/192> */
display: none;
}

0 comments on commit 9446254

Please sign in to comment.