Skip to content

Commit

Permalink
fix: correct height and position for inner element
Browse files Browse the repository at this point in the history
fix `datatable-selection` element which is not correctly getting height and position.
  • Loading branch information
chintankavathia committed Nov 7, 2024
1 parent 8746866 commit 23beb97
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@
display: flex;
}
}

datatable-selection {
display: inherit;
}
}

/**
Expand Down

0 comments on commit 23beb97

Please sign in to comment.