Skip to content

Commit

Permalink
Merge pull request #227 from Drawbotics/fix/table-z-index
Browse files Browse the repository at this point in the history
Fix table z indexes
  • Loading branch information
Bartmr authored Jun 20, 2022
2 parents eed38dd + 4a77f92 commit b43ccf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-drylus/src/components/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,12 @@ const styles = {
tbody > tr > td:first-of-type {
position: sticky;
left: 0;
z-index: 999;
}
thead > tr > th:last-of-type,
tbody > tr > td:last-of-type {
position: sticky;
right: 0;
z-index: 999;
}
`,
rightDivisor: css`
Expand Down

0 comments on commit b43ccf3

Please sign in to comment.