We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6436fd1 commit e876830Copy full SHA for e876830
src/components/Table/index.tsx
@@ -23,7 +23,7 @@ interface TableProps extends ThemingProps<"Table"> {
23
const Table = (props: TableProps) => {
24
const { variant, ...rest } = props
25
return (
26
- <TableContainer whiteSpace="normal">
+ <TableContainer whiteSpace="normal" position="relative">
27
<ChakraTable variant={variant} {...rest} />
28
</TableContainer>
29
)
0 commit comments