diff --git a/public/app/features/dashboard/containers/DashboardPage.tsx b/public/app/features/dashboard/containers/DashboardPage.tsx index d2b273d3968..bfffbfc5183 100644 --- a/public/app/features/dashboard/containers/DashboardPage.tsx +++ b/public/app/features/dashboard/containers/DashboardPage.tsx @@ -1,4 +1,5 @@ import { cx } from '@emotion/css'; +import { FocusScope } from '@react-aria/focus'; import React, { PureComponent } from 'react'; import { connect, ConnectedProps } from 'react-redux'; @@ -371,7 +372,13 @@ export class UnthemedDashboardPage extends PureComponent { {inspectPanel && } - {editPanel && } + {editPanel && ( + +
+ +
+
+ )} {queryParams.editview && (