table
table copied to clipboard
Delete button z-index issues
It appears that when I have some paragraphs below the table and I try to delete the row, it is impossible due to the fact the delete button appears what seems to be the paragraph content. Attached an image for visibility.
Version: 2.4.4
There is no solution to this problem.
@flipcard-io @adrienne @JoeWoodward @hortopan I am also having this error, is there any way to fix it before the team updates?
You can work around the issue by nudging the popover upwards a little bit with CSS.
.tc-toolbox .tc-popover {
top: -2em !important;
}