fix: Cannot delete empty column inside a tab using the dashboard editor (#29346)

This commit is contained in:
Michael S. Molina 2024-06-24 14:36:18 -03:00 committed by GitHub
parent 01ffc1227a
commit ee5227733b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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};
}