Skip to content

Commit

Permalink
Fixed style issue #202
Browse files Browse the repository at this point in the history
  • Loading branch information
hsvikum committed Feb 21, 2020
1 parent c6ed328 commit 3207514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/CheckboxTable/CheckboxTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ class CheckboxTableGrid extends React.Component {
zIndex: 101,
left: 0,
background: "white",
},
'& table tr:nth-child(1) th:nth-child(1)': {
zIndex: 102,
}
}
}
Expand Down

0 comments on commit 3207514

Please sign in to comment.