Skip to content

Commit

Permalink
fix: Cannot delete empty column inside a tab using the dashboard edit…
Browse files Browse the repository at this point in the history
…or (#29346)
  • Loading branch information
michael-s-molina committed Jun 24, 2024
1 parent 01ffc12 commit ee52277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
Expand Down

0 comments on commit ee52277

Please sign in to comment.