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:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user