diff --git a/dashboards/src/components/Panel/PanelActions.tsx b/dashboards/src/components/Panel/PanelActions.tsx index 6284a4b4..4833b984 100644 --- a/dashboards/src/components/Panel/PanelActions.tsx +++ b/dashboards/src/components/Panel/PanelActions.tsx @@ -421,6 +421,7 @@ export const OverflowMenu: React.FC< }, ]} sx={{ + zIndex: 6, // Must be higher than PanelHeader zIndex (5) backgroundColor: (theme) => theme.palette.background.paper, borderRadius: 1, boxShadow: (theme) => theme.shadows[4],