Skip to content

Commit

Permalink
fix: ensure header covers up selected nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 9, 2020
1 parent c8a69b6 commit 71d309f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const Sidebar = ({ className }) => {
position: sticky;
top: 0;
z-index: 10;
padding: 1rem 0;
margin-bottom: 0.5rem;
padding: 1rem 0.5rem;
margin: 0 -0.5rem 0.5rem;
`}
>
<Link
Expand Down

0 comments on commit 71d309f

Please sign in to comment.