We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5ea78f + 05e55dd commit d454683Copy full SHA for d454683
1 file changed
src/frontend/src/pages/FinancePage/FinanceComponents/PieChart.tsx
@@ -231,6 +231,7 @@ const FinancePieChart: React.FC<FinancePieChartProps> = ({
231
/>
232
</Pie>
233
<Tooltip
234
+ wrapperStyle={{ zIndex: 10 }} // added z index to make the div pop up in front of the legend items
235
contentStyle={{
236
backgroundColor: '#333',
237
color: '#fff',
0 commit comments