mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: move paginated table into isolation context (#5694)
This commit is contained in:
parent
53eb1f6b92
commit
7be0c55d39
@ -45,6 +45,7 @@ const HeaderCell = <T extends object>(header: Header<T, unknown>) => {
|
|||||||
|
|
||||||
const TableContainer = styled('div')(({ theme }) => ({
|
const TableContainer = styled('div')(({ theme }) => ({
|
||||||
overflowX: 'auto',
|
overflowX: 'auto',
|
||||||
|
isolation: 'isolate',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user