diff --git a/public/app/features/dashboard/containers/DashboardPage.tsx b/public/app/features/dashboard/containers/DashboardPage.tsx index 008704f4a91..b2627135e71 100644 --- a/public/app/features/dashboard/containers/DashboardPage.tsx +++ b/public/app/features/dashboard/containers/DashboardPage.tsx @@ -319,11 +319,7 @@ export class DashboardPage extends PureComponent { )} - {editview && ( - - - - )} + {editview && } ); } diff --git a/public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap b/public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap index f775fe85660..e3a70c9f3bc 100644 --- a/public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap +++ b/public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap @@ -667,106 +667,104 @@ exports[`DashboardPage When dashboard has editview url state should render setti - - - + } + updateLocation={[MockFunction]} + /> `; diff --git a/public/sass/components/_dashboard_settings.scss b/public/sass/components/_dashboard_settings.scss index 727baf0f975..7207bcc9727 100644 --- a/public/sass/components/_dashboard_settings.scss +++ b/public/sass/components/_dashboard_settings.scss @@ -6,7 +6,7 @@ left: 0; right: 0; bottom: 0; - z-index: $zindex-modal; + z-index: $zindex-sidemenu; background: $body-bg; display: flex; flex-direction: column;