Give LoggedCallsTable scrollbar
This commit is contained in:
@@ -8,7 +8,7 @@ export default function LoggedCallsTable() {
|
|||||||
const loggedCalls = useLoggedCalls().data;
|
const loggedCalls = useLoggedCalls().data;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card width="100%" overflow="hidden">
|
<Card width="100%" overflowX="auto">
|
||||||
<Table>
|
<Table>
|
||||||
<TableHeader showCheckbox />
|
<TableHeader showCheckbox />
|
||||||
<Tbody>
|
<Tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user