Skip to content

Commit af9716b

Browse files
christophidespPanos Christophides
and
Panos Christophides
authored
increase pinned table zindex to prevent thead overlapping (#450)
Co-authored-by: Panos Christophides <[email protected]>
1 parent 4adb397 commit af9716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tableV2/features/columnPinning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ColumnPinning = ({
2525
sx={{
2626
position: "sticky",
2727
left: 0,
28-
zIndex: 2,
28+
zIndex: 11,
2929
height: "fit-content",
3030
}}
3131
>

0 commit comments

Comments
 (0)