]> git.ipfire.org Git - pbs.git/commitdiff
CSS: Make the body full height
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 May 2023 20:17:10 +0000 (20:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 May 2023 20:17:10 +0000 (20:17 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/static/css/site.scss

index 8fb631811d0b82d351126c8cd8216b2b407075d6..e34dc18f3a1d1c072b05fcfea115d78bd68b9e30 100644 (file)
@@ -34,6 +34,10 @@ $link:                                                       $primary;
        Custom CSS
 */
 
+html, body {
+       min-height: 100vh;
+}
+
 .log {
        .media-left {
                min-width: 64px;