increase chart tooltip z-index

This commit is contained in:
henrygd
2025-10-18 19:20:16 -04:00
parent f56093d0f0
commit 2fe3b1adb1

View File

@@ -162,7 +162,7 @@
}
.recharts-tooltip-wrapper {
z-index: 1;
z-index: 51;
@apply tabular-nums;
}