diff --git a/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx b/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx index 000c08b6e4d..bf7b697bbd2 100644 --- a/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx +++ b/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx @@ -257,14 +257,12 @@ const getStyles = (theme: GrafanaTheme2) => { flexDirection: 'column', '.show-on-hover': { - visibility: 'hidden', opacity: '0', }, '&:focus-visible, &:hover': { // only show menu icon on hover or focused panel '.show-on-hover': { - visibility: 'visible', opacity: '1', }, },