From 10bbecec3c887eeabf8406cc7ae2e517f0ab7770 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 15 Oct 2018 19:08:51 +0200 Subject: [PATCH] Made footer stick to bottom --- themes/vikunja/src/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/vikunja/src/main.scss b/themes/vikunja/src/main.scss index 3142fe3..0a7aecd 100644 --- a/themes/vikunja/src/main.scss +++ b/themes/vikunja/src/main.scss @@ -86,6 +86,7 @@ h1, h2, h3, h4, h5, h6 { .page{ margin: 2em auto; + min-height: calc(100vh - 57px - 10rem); .card{ margin-bottom: 2em;