Skip to content

Commit

Permalink
Tweak checkbox style to fix shift + select row selection (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Aug 2, 2024
1 parent 228694a commit 4fed6c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/cellRenderers/renderCheckbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const checkboxLabelClassname = `rdg-checkbox-label ${checkboxLabel}`;

const checkboxInput = css`
@layer rdg.CheckboxInput {
all: unset;
position: absolute;
inline-size: 20px;
block-size: 20px;
z-index: 1;
cursor: inherit;
opacity: 0;
}
`;

Expand Down

0 comments on commit 4fed6c4

Please sign in to comment.