We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d796ad4 commit e306044Copy full SHA for e306044
src/librustdoc/html/static/css/rustdoc.css
@@ -439,7 +439,6 @@ img {
439
440
.sidebar-resizing .sidebar {
441
position: fixed;
442
- z-index: 100;
443
}
444
.sidebar-resizing > body {
445
padding-left: var(--resizing-sidebar-width);
@@ -1553,14 +1552,10 @@ a.tooltip:hover::after {
1553
1552
display: flex;
1554
margin-right: 4px;
1555
1556
- left: 6px;
+ left: 8px;
1557
height: 34px;
1558
width: 34px;
1559
background-color: var(--main-background-color);
1560
- z-index: 1;
1561
-}
1562
-.src #sidebar-button {
1563
- left: 8px;
1564
z-index: 101;
1565
1566
.hide-sidebar .src #sidebar-button {
0 commit comments