Skip to content

Commit dea32fa

Browse files
committed
DIsplay cell over pinned columns
1 parent 9bf9468 commit dea32fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mantine-react-table/src/components/body/MRT_TableBodyCell.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
overflow: visible;
9090
white-space: normal;
9191
position: absolute;
92-
z-index: 1;
92+
z-index: 2;
9393
padding: var(--table-vertical-spacing)
9494
var(--table-horizontal-spacing, var(--mantine-spacing-xs));
9595
background-color: var(--mrt-base-background-color);

0 commit comments

Comments
 (0)