Skip to content

Commit 90ce24a

Browse files
Fix run button
1 parent caad256 commit 90ce24a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+5
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ span.since {
817817
position: absolute;
818818
left: -1px;
819819
margin-top: 7px;
820+
z-index: 1;
820821
}
821822

822823
.tooltip {
@@ -853,3 +854,7 @@ span.since {
853854
border-style: solid;
854855
border-color: transparent black transparent transparent;
855856
}
857+
858+
pre.rust {
859+
position: relative;
860+
}

0 commit comments

Comments
 (0)