We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb17bd commit fd65888Copy full SHA for fd65888
templates/style/rustdoc-2021-12-05.scss
@@ -10,7 +10,7 @@
10
.sidebar {
11
margin-top: 0;
12
top: $top-navbar-height;
13
- height: calc(100vh - $top-navbar-height);
+ 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
0 commit comments