Skip to content

Commit c1bb60c

Browse files
authored
Merge pull request #327 from ember-learn/fix-z-index
Adds z-index to code block language ribbon
2 parents 2d00b25 + 33312c5 commit c1bb60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/components/_highlight.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
@include size(52px 20px);
101101
background: 0 0 no-repeat;
102102
background-size: 52px 20px;
103+
z-index: 1000;
103104
}
104105

105106
&.javascript .ribbon,

0 commit comments

Comments
 (0)