Skip to content

Commit cfa32bf

Browse files
authored
2 parents 196e8ae + 90ce24a commit cfa32bf

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
@@ -825,6 +825,7 @@ span.since {
825825
position: absolute;
826826
left: -1px;
827827
margin-top: 7px;
828+
z-index: 1;
828829
}
829830

830831
.tooltip {
@@ -861,3 +862,7 @@ span.since {
861862
border-style: solid;
862863
border-color: transparent black transparent transparent;
863864
}
865+
866+
pre.rust {
867+
position: relative;
868+
}

0 commit comments

Comments
 (0)