react-toolkit icon indicating copy to clipboard operation
react-toolkit copied to clipboard

[Table] Header border not visible on Edge

Open MartinWeb opened this issue 1 year ago • 0 comments

On Edge, the table header white border is not visible like on other browsers. Looking at the implementation it is a box-shadow instead of a proper border and that might be where the problem is.

image

MartinWeb avatar Mar 13 '24 15:03 MartinWeb