diff --git a/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx b/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx index 436221d2d41..f3765c73a8e 100644 --- a/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx +++ b/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx @@ -261,14 +261,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', }, },