Skip to content

Commit

Permalink
fix(aggrid): remove clip from ag-radiobutton (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Dec 19, 2022
1 parent d7479d9 commit 7536529
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packages/aggrid/scss/ix-aggrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@
--ag-checkbox-checked-color: var(--theme-color-input--focus);
--ag-control-panel-background-color: var(--theme-color-1);

.ag-checkbox-input {
clip: inherit !important;
clip-path: inherit !important;
height: inherit !important;
width: inherit !important;
overflow: inherit !important;
position: inherit !important;
white-space: inherit !important;
.ag-input-wrapper {
input {
clip: unset !important;
clip-path: unset !important;
height: inherit !important;
width: inherit !important;
overflow: inherit !important;
position: inherit !important;
white-space: inherit !important;
}
}

.ag-root-wrapper {
Expand Down

0 comments on commit 7536529

Please sign in to comment.