mirror of
https://github.com/apache/superset.git
synced 2026-06-08 09:09:27 +00:00
fix(tab): Fix tabs in column not clickable (#36528)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user