Skip to content

Commit 94f1db1

Browse files
Enable scrolling in long timetable (#10)
1 parent ee4f31e commit 94f1db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/TimeGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const TimeGrid = ({
214214
}, []);
215215

216216
return (
217-
<div className="max-w-fit select-none">
217+
<div className="max-w-fit overflow-x-auto select-none">
218218
<Table className="w-auto">
219219
<TableHeader>
220220
<TableRow className="w-auto">

0 commit comments

Comments
 (0)