Fix display of toggle on expanded source sidebar

This commit is contained in:
Guillaume Gomez 2022-06-29 15:28:16 +02:00
parent ea97bdc908
commit ad970a72c3

View File

@ -1926,6 +1926,9 @@ details.rustdoc-toggle[open] > summary.hideme::after {
width: unset;
border-top-right-radius: unset;
border-bottom-right-radius: unset;
position: sticky;
border: 0;
border-bottom: 1px solid;
}
#source-sidebar {