File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/frontend/src/pages/FinancePage/FinanceComponents Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import ArrowDropUp from '@mui/icons-material/ArrowDropUp';
55import PlayArrowIcon from '@mui/icons-material/PlayArrow' ;
66import { Box } from '@mui/system' ;
77import { Button , List , ListItem , Typography } from '@mui/material' ;
8- import zIndex from '@mui/material/styles/zIndex' ;
98
109interface FinancePieChartProps {
1110 totalBalance : number ;
@@ -232,7 +231,7 @@ const FinancePieChart: React.FC<FinancePieChartProps> = ({
232231 />
233232 </ Pie >
234233 < Tooltip
235- wrapperStyle = { { zIndex : 10 } }
234+ wrapperStyle = { { zIndex : 10 } } // added z index to make the div pop up in front of the legend items
236235 contentStyle = { {
237236 backgroundColor : '#333' ,
238237 color : '#fff' ,
You can’t perform that action at this time.
0 commit comments