We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea97bdc commit ad970a7Copy full SHA for ad970a7
src/librustdoc/html/static/css/rustdoc.css
@@ -1926,6 +1926,9 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1926
width: unset;
1927
border-top-right-radius: unset;
1928
border-bottom-right-radius: unset;
1929
+ position: sticky;
1930
+ border: 0;
1931
+ border-bottom: 1px solid;
1932
}
1933
1934
#source-sidebar {
0 commit comments