diff --git a/immuscreen/src/common/components/cellTypeTree.tsx b/immuscreen/src/common/components/cellTypeTree.tsx index a1a4c5b..f0620cc 100644 --- a/immuscreen/src/common/components/cellTypeTree.tsx +++ b/immuscreen/src/common/components/cellTypeTree.tsx @@ -503,10 +503,10 @@ export default function CellTypeTree({ width: totalWidth, height: totalHeight, o {tooltipOpen && tooltipData && ( + top={tooltipTop} + left={tooltipLeft} + style={{ ...defaultTooltipStyles, backgroundColor: '#283238', color: 'white' }} + >
{tooltipData.name.replace(' ', '\u00A0').replace('-', '\u2011')}