Skip to content

v2.3.1 — Fix tooltip clipping in Usage Trends chart

Choose a tag to compare

@leolionart leolionart released this 04 Mar 23:42
· 90 commits to main since this release

Fixes

  • Fix tooltip clipped by sibling cards: Removed overflow: hidden from .chart-card and .chart-split-main so Recharts tooltips can escape container boundaries. Added z-index: 1 baseline + z-index: 10 on hover so the active card rises above adjacent cards in stacking order.