From c3d79d1e7b5639f8ac6f80cb391e4abc68e576f6 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 09:33:53 +0100 Subject: [PATCH] d --- heatcalc/heatcalc.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heatcalc/heatcalc.css b/heatcalc/heatcalc.css index 89f2ccf..56b2f6c 100644 --- a/heatcalc/heatcalc.css +++ b/heatcalc/heatcalc.css @@ -47,11 +47,13 @@ td.hover, tr.hover td{ #button_container{ position: absolute; z-index: 250; + width: 100% } #button_container button{ font-size: 50px; background-color: rgba(153, 0, 0, 0.75); color:#fff; + z-index: 250; } #button_container button#left{ left: 8%;