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 79b720f commit 90c5e08Copy full SHA for 90c5e08
templates/style/base.scss
@@ -102,7 +102,7 @@ body {
102
padding: 0;
103
margin: 0;
104
position: relative;
105
- min-height: calc(100vh - #{$top-navbar-height});
+ min-height: 100vh; /* Tall enough to stick the footer to the bottom */
106
107
* {
108
-webkit-box-sizing: border-box;
templates/style/rustdoc-common.scss
@@ -3,7 +3,7 @@
3
4
// This rule is needed to be sure that the footer will always be at the bottom of the page.
5
#rustdoc_body_wrapper {
6
- min-height: calc(100vh - #{$top-navbar-height + $footer-height + 2});
+ min-height: calc(100vh - #{$footer-height + 2});
7
}
8
9
#clipboard {
0 commit comments