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.
.sidebar { margin: 0; padding: 0 }
1 parent 203c876 commit 65072eeCopy full SHA for 65072ee
src/librustdoc/html/static/css/rustdoc.css
@@ -1660,8 +1660,6 @@ in storage.js
1660
/* Hide the sidebar offscreen while not in use. Doing this instead of display: none means
1661
the sidebar stays visible for screen readers, which is useful for navigation. */
1662
left: -1000px;
1663
- margin: 0;
1664
- padding: 0;
1665
z-index: 11;
1666
/* Reduce height slightly to account for mobile topbar. */
1667
height: calc(100vh - 45px);
0 commit comments