From 2fe3b1adb1f62d8d6c8ca2575c918b4ec716a23c Mon Sep 17 00:00:00 2001 From: henrygd Date: Sat, 18 Oct 2025 19:20:16 -0400 Subject: [PATCH] increase chart tooltip z-index --- internal/site/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/site/src/index.css b/internal/site/src/index.css index ae752b4c..e7753255 100644 --- a/internal/site/src/index.css +++ b/internal/site/src/index.css @@ -162,7 +162,7 @@ } .recharts-tooltip-wrapper { - z-index: 1; + z-index: 51; @apply tabular-nums; }