Give LoggedCallsTable scrollbar

This commit is contained in:
David Corbitt
2023-08-15 03:12:59 -07:00
parent 3447e863cc
commit 73b9e40ced

View File

@@ -8,7 +8,7 @@ export default function LoggedCallsTable() {
const loggedCalls = useLoggedCalls().data;
return (
<Card width="100%" overflow="hidden">
<Card width="100%" overflowX="auto">
<Table>
<TableHeader showCheckbox />
<Tbody>