Skip to content

Commit

Permalink
Fix table of contents z-index stacking bug with <code> blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jluccisano committed Feb 12, 2017
1 parent 27ec203 commit 48f6375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/_scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
margin-bottom: 1em;

@include breakpoint($large) {
position: relative;
float: right;
width: $right-sidebar-width-narrow;
margin-left: span(0.5 of 12);
z-index: 10;
}

@include breakpoint($x-large) {
Expand Down
Loading

0 comments on commit 48f6375

Please sign in to comment.