Skip to content

Commit ad970a7

Browse files
Fix display of toggle on expanded source sidebar
1 parent ea97bdc commit ad970a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,6 +1926,9 @@ details.rustdoc-toggle[open] > summary.hideme::after {
19261926
width: unset;
19271927
border-top-right-radius: unset;
19281928
border-bottom-right-radius: unset;
1929+
position: sticky;
1930+
border: 0;
1931+
border-bottom: 1px solid;
19291932
}
19301933

19311934
#source-sidebar {

0 commit comments

Comments
 (0)