Fix table of contents z-index stacking bug with <code> blocks
- Close #263
This commit is contained in:
parent
089dd195bb
commit
d9c6183ed7
2 changed files with 3 additions and 1 deletions
|
@ -48,9 +48,11 @@
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
@include breakpoint($large) {
|
@include breakpoint($large) {
|
||||||
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
width: $right-sidebar-width-narrow;
|
width: $right-sidebar-width-narrow;
|
||||||
margin-left: span(0.5 of 12);
|
margin-left: span(0.5 of 12);
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint($x-large) {
|
@include breakpoint($x-large) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue