Merge pull request #11685 from AvaliaSystems/bf-cost-insights-table

Cost insights: tooltip with a large number of projects is displayed
This commit is contained in:
Patrik Oldsberg
2022-05-27 16:23:26 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cost-insights': patch
---
Fixed css to show large tooltips on cost overview graph
@@ -106,7 +106,7 @@ export const CostOverviewCard = ({
const showMetricSelect = config.metrics.length && safeTabIndex === 0;
return (
<Card style={{ position: 'relative' }}>
<Card style={{ position: 'relative', overflow: 'visible' }}>
<ScrollAnchor id={DefaultNavigation.CostOverviewCard} />
<CardContent>
{dailyCostData.groupedCosts && <OverviewTabs />}