table icon indicating copy to clipboard operation
table copied to clipboard

Delete button z-index issues

Open flipcard-io opened this issue 8 months ago • 2 comments

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

Image

flipcard-io avatar Apr 28 '25 22:04 flipcard-io

There is no solution to this problem.

nvsang2000 avatar May 27 '25 01:05 nvsang2000

@flipcard-io @adrienne @JoeWoodward @hortopan I am also having this error, is there any way to fix it before the team updates?

nvsang2000 avatar May 27 '25 01:05 nvsang2000

You can work around the issue by nudging the popover upwards a little bit with CSS.

.tc-toolbox .tc-popover {
  top: -2em !important;
}

jonathangjertsen avatar Nov 24 '25 21:11 jonathangjertsen