diff --git a/src/components/status-table.tsx b/src/components/status-table.tsx index f865680..44d4eaf 100644 --- a/src/components/status-table.tsx +++ b/src/components/status-table.tsx @@ -125,6 +125,7 @@ export default function StatusTable(props: StatusTableProps) { pageSize: 10, }} search={false} + scroll={{ x: "max-content" }} dateFormatter="string" headerTitle={props.title || "Judge Status"} /> diff --git a/src/pages/search.tsx b/src/pages/search.tsx index 822abeb..3673763 100644 --- a/src/pages/search.tsx +++ b/src/pages/search.tsx @@ -81,6 +81,7 @@ export default function SearchPage() { search={{ labelWidth: "auto", }} + scroll={{ x: "max-content" }} dateFormatter="string" headerTitle="Problem Lists" />