This is an automated email from the ASF dual-hosted git repository. enzomartellucci pushed a commit to branch enxdev/fix/dashboard-edit-mode in repository https://gitbox.apache.org/repos/asf/superset.git
commit 44006109e1f447e4c4d502f41ca92b19cc65f35e Author: Enzo Martellucci <[email protected]> AuthorDate: Wed Feb 11 10:46:21 2026 +0100 fix(dashboard): adjust the droptarget position --- .../src/dashboard/components/gridComponents/Column/Column.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/dashboard/components/gridComponents/Column/Column.tsx b/superset-frontend/src/dashboard/components/gridComponents/Column/Column.tsx index cf934e6e84a..e4becd8c9b0 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Column/Column.tsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Column/Column.tsx @@ -107,6 +107,8 @@ const ColumnStyles = styled.div<{ editMode: boolean }>` } &:first-child:not(.droptarget-edge) { position: absolute; + top: 0; + left: 0; z-index: ${EMPTY_CONTAINER_Z_INDEX}; width: 100%; height: 100%;
