From fa2bb9924306137b3b867bd71d4c284118766c18 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 09:40:23 +0100 Subject: [PATCH] f --- heatcalc/heatcalc.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heatcalc/heatcalc.css b/heatcalc/heatcalc.css index 34d2210..dfa7614 100644 --- a/heatcalc/heatcalc.css +++ b/heatcalc/heatcalc.css @@ -55,13 +55,12 @@ td.hover, tr.hover td{ color:#fff; z-index: 250; margin-top:50px; + position: absolute; } #button_container button#left{ left: 8%; - position: absolute; } #button_container button#right{ - position: absolute; right: 8%; }