diff --git a/public/sass/components/_dashboard_grid.scss b/public/sass/components/_dashboard_grid.scss index 30f6415ee12..8058944e5f5 100644 --- a/public/sass/components/_dashboard_grid.scss +++ b/public/sass/components/_dashboard_grid.scss @@ -90,7 +90,8 @@ &:hover, &:active, &:focus { - z-index: 100 !important; + // above other panels, but below lowest pre-defined index in zIndex.ts + z-index: 999 !important; } }