Skip to content

Commit

Permalink
fix: move paginated table into isolation context (#5694)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Dec 20, 2023
1 parent 53eb1f6 commit 7be0c55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const HeaderCell = <T extends object>(header: Header<T, unknown>) => {

const TableContainer = styled('div')(({ theme }) => ({
overflowX: 'auto',
isolation: 'isolate',
}));

/**
Expand Down

0 comments on commit 7be0c55

Please sign in to comment.