From 9684311cea12f727230110534daca358c964065b Mon Sep 17 00:00:00 2001 From: James Date: Sun, 29 Mar 2020 09:46:47 +0100 Subject: [PATCH] d --- heatcalc/heatcalc.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heatcalc/heatcalc.css b/heatcalc/heatcalc.css index dfa7614..2321ff0 100644 --- a/heatcalc/heatcalc.css +++ b/heatcalc/heatcalc.css @@ -78,9 +78,11 @@ td.hover, tr.hover td{ } #heatcalc tbody th{ z-index: 100; + position: relative; } #heatcalc thead th:nth-child(1){ z-index: 200; + position: relative; } #heatcalc td, #heatcalc th{