File tree 2 files changed +13
-1
lines changed
src/librustdoc/html/static/css
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1046,7 +1046,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
1046
1046
position : absolute;
1047
1047
top : 100% ;
1048
1048
right : 0 ;
1049
- z-index : 2 ;
1049
+ z-index : 101 ;
1050
1050
margin-top : 7px ;
1051
1051
border-radius : 3px ;
1052
1052
border : 1px solid var (--border-color );
Original file line number Diff line number Diff line change
1
+ // Check that the doctest info tooltips are above the sidebar.
2
+ go-to: "file://" + |DOC_PATH| + "/test_docs/fn.foo.html"
3
+ move-cursor-to: ".example-wrap.ignore .tooltip"
4
+ wait-for: ".tooltip.popover"
5
+
6
+ // Move cursor to top left corner of the tooltip and check that it doesn't fade.
7
+ move-cursor-to: ".tooltip.popover"
8
+ wait-for: 100
9
+ assert: ".tooltip.popover:not(.fade-out)"
10
+
11
+ move-cursor-to: (0, 0)
12
+ wait-for: ".tooltip.popover.fade-out"
You can’t perform that action at this time.
0 commit comments