diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx index 40399e16bb7..38f0dcac2b1 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx @@ -249,6 +249,11 @@ const DashboardContentWrapper = styled.div` z-index: ${EMPTY_CONTAINER_Z_INDEX}; position: absolute; width: 100%; + pointer-events: none; + + & > .drop-indicator { + pointer-events: auto; + } } & > .empty-droptarget:first-child:not(.empty-droptarget--full) {