diff --git a/public/app/features/alerting/unified/components/HoverCard.tsx b/public/app/features/alerting/unified/components/HoverCard.tsx index 62edfd1c790..9d20a32fd60 100644 --- a/public/app/features/alerting/unified/components/HoverCard.tsx +++ b/public/app/features/alerting/unified/components/HoverCard.tsx @@ -37,7 +37,7 @@ export const HoverCard = ({ } const body = ( - + {header &&
{header}
}
{content}
{footer &&
{footer}
} @@ -69,6 +69,7 @@ export const HoverCard = ({ onMouseLeave: hidePopper, onFocus: showPopper, onBlur: hidePopper, + tabIndex: 0, })} );