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 ddf7813 commit 25bada7Copy full SHA for 25bada7
static/css/main.css
@@ -606,3 +606,24 @@ iframe.poll {
606
border: 1px solid var(--docsearch-primary-color)
607
}
608
609
+
610
+/* Force footer to bottom of viewport. */
611
+html {
612
+ height: 100%;
613
+}
614
+body {
615
+ min-height: 100vh;
616
+ display: flex;
617
+ flex-direction: column;
618
+ margin: 0;
619
620
+body > nav {
621
+ flex-shrink: 0;
622
623
+body > main {
624
+ flex: 1 0 auto;
625
626
+body > footer {
627
628
+ margin-top: auto;
629
0 commit comments