From 9022a3ee126fbea577f50e5b7fd11734318d3bd6 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Dec 2022 00:19:34 +0800 Subject: [PATCH] Fix faux bottom spacer not working --- src/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index d63b10f9..80a183c6 100644 --- a/src/app.css +++ b/src/app.css @@ -104,7 +104,8 @@ a.mention span { font-size: 1.45em; } .deck.padded-bottom .timeline > li:last-child { - padding-bottom: 80vh; + padding-bottom: 80vh !important; + padding-bottom: 80dvh !important; } .timeline {