From 20c29f31d183cb70af987afce5193039aab57e67 Mon Sep 17 00:00:00 2001 From: q Date: Mon, 4 Jul 2016 21:56:01 +0300 Subject: [PATCH] fix page height --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c3d63ea..16bf3ec 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ td { height: 1.75em; } .tickbox { margin-right: 0.5em; } .noitem { background-color: transparent; border-color:transparent; } .page { border: 5px solid #ccc; padding: 0.5em; - background: white; overflow:hidden; } + background: white; overflow:hidden; min-height:97vh;} .entries { margin-top: 1em; margin-bottom: 1em; } .entries input { margin-top: 0.125em; margin-bottom: 0.125em; } .entries li { margin: 0.8em 1.2em; }