mirror of
https://github.com/apache/superset.git
synced 2026-06-08 00:59:17 +00:00
fix: Cannot delete empty column inside a tab using the dashboard editor (#29346)
This commit is contained in:
committed by
GitHub
parent
01ffc1227a
commit
ee5227733b
@@ -33,7 +33,7 @@ const HoverStyleOverrides = styled.div`
|
||||
.hover-menu {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
z-index: 11; // one more than DragDroppable
|
||||
font-size: ${({ theme }) => theme.typography.sizes.m};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user