We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad5863 commit ee84c34Copy full SHA for ee84c34
templates/style/rustdoc-2021-12-05.scss
@@ -10,9 +10,13 @@
10
.sidebar {
11
margin-top: 0;
12
top: $top-navbar-height;
13
+ height: calc(100vh - $top-navbar-height);
14
+ /* Since we use `overflow-wrap: anywhere;`, we never have the need for a X scrollbar... */
15
+ overflow-x: hidden;
16
17
.sidebar-menu {
18
19
+ margin-bottom: $footer-height;
20
}
21
22
@@ -25,12 +29,7 @@ div.container-rustdoc {
25
29
> .docs-rs-footer {
26
30
bottom: 0;
27
31
right: 0;
28
- }
-}
-
-div.container-rustdoc:not(.source) {
32
- > .docs-rs-footer {
33
- left: 200px;
+ left: 0;
34
35
36
0 commit comments