From 0572f81aebf66fb389267adb58a76843812fb4d5 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Tue, 16 Mar 2021 11:47:45 -0400 Subject: [PATCH] fix(body): background height --- public/css/flavour.css | 4 +++- public/index.php | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/flavour.css b/public/css/flavour.css index 9433f41..c76332d 100644 --- a/public/css/flavour.css +++ b/public/css/flavour.css @@ -1,10 +1,12 @@ /* background */ -body { +#background { background: url(../img/shirakawa.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #704214; + height: 100%; + overflow: scroll; color: #fff; text-shadow: 1px 1px #000; diff --git a/public/index.php b/public/index.php index 5820aa1..3aa3228 100644 --- a/public/index.php +++ b/public/index.php @@ -22,6 +22,7 @@ +
' . $machine->name . ' @@ -54,5 +55,6 @@

';?> +