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)

(cherry picked from commit ee52277)
  • Loading branch information
michael-s-molina committed Jun 26, 2024
1 parent 800340a commit 35f3a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 35f3a49

Please sign in to comment.