diff --git a/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx b/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx index bcc58d0691..079722c8d5 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx +++ b/superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx @@ -71,7 +71,7 @@ interface ChartHolderProps { const fullSizeStyle = css` && { - position: fixed; + position: fixed !important; z-index: 3000; left: 0; top: 0;