aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/renderer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 21dfe4e..cf30d4a 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -281,6 +281,7 @@ fn css(color_scheme: &themes::ColorScheme) -> Markup {
color: {text_color};
background: {background};
position: relative;
+ min-height: 100%;
}}
.container {{
padding: 1.5rem 5rem;