diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx index f39c7ed630277..5bb193de1bd4a 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardWrapper.tsx @@ -25,6 +25,7 @@ import classNames from 'classnames'; const StyledDiv = styled.div` ${({ theme }) => css` + position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr;