Fix table of contents z-index stacking bug with <code> blocks

- Close #263
This commit is contained in:
Michael Rose 2016-04-14 21:31:53 -04:00
parent 089dd195bb
commit d9c6183ed7
2 changed files with 3 additions and 1 deletions

View file

@ -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) {

File diff suppressed because one or more lines are too long