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 66c83ff commit 27ff258Copy full SHA for 27ff258
src/librustdoc/html/static/css/rustdoc.css
@@ -1772,9 +1772,11 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1772
/* The source view uses a different design for the sidebar toggle, and doesn't have a topbar,
1773
so don't bump down the main content or the sidebar. */
1774
.source main,
1775
- .source .sidebar {
+ .rustdoc.source .sidebar {
1776
top: 0;
1777
padding: 0;
1778
+ height: 100vh;
1779
+ border: 0;
1780
}
1781
1782
.sidebar.shown,
0 commit comments