File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ table thead td {
408
408
}
409
409
.light pre > .buttons {
410
410
position : absolute;
411
+ z-index : 100 ;
411
412
right : 5px ;
412
413
top : 5px ;
413
414
color : # 364149 ;
@@ -527,6 +528,7 @@ table thead td {
527
528
}
528
529
.coal pre > .buttons {
529
530
position : absolute;
531
+ z-index : 100 ;
530
532
right : 5px ;
531
533
top : 5px ;
532
534
color : # a1adb8 ;
@@ -646,6 +648,7 @@ table thead td {
646
648
}
647
649
.navy pre > .buttons {
648
650
position : absolute;
651
+ z-index : 100 ;
649
652
right : 5px ;
650
653
top : 5px ;
651
654
color : # c8c9db ;
@@ -765,6 +768,7 @@ table thead td {
765
768
}
766
769
.rust pre > .buttons {
767
770
position : absolute;
771
+ z-index : 100 ;
768
772
right : 5px ;
769
773
top : 5px ;
770
774
color : # c8c9db ;
@@ -884,6 +888,7 @@ table thead td {
884
888
}
885
889
.ayu pre > .buttons {
886
890
position : absolute;
891
+ z-index : 100 ;
887
892
right : 5px ;
888
893
top : 5px ;
889
894
color : # c8c9db ;
Original file line number Diff line number Diff line change 117
117
118
118
& > .buttons {
119
119
position : absolute ;
120
+ z-index : 100 ;
120
121
right : 5px ;
121
122
top : 5px ;
122
123
You can’t perform that action at this time.
0 commit comments