fix(tab): Fix tabs in column not clickable (#36528)

This commit is contained in:
Alexandru Soare
2025-12-15 12:57:07 +02:00
committed by GitHub
parent 71a38305d9
commit 8b1c41a012

View File

@@ -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) {