Skip to content

Commit 8f4a5d2

Browse files
committed
Set overflow-x-auto in dashboard.tsx
1 parent 37553a1 commit 8f4a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Dashboard() {
1414
return (
1515
<AppLayout breadcrumbs={breadcrumbs}>
1616
<Head title="Dashboard" />
17-
<div className="flex h-full flex-1 flex-col gap-4 rounded-xl p-4">
17+
<div className="flex h-full flex-1 flex-col gap-4 rounded-xl p-4 overflow-x-auto">
1818
<div className="grid auto-rows-min gap-4 md:grid-cols-3">
1919
<div className="border-sidebar-border/70 dark:border-sidebar-border relative aspect-video overflow-hidden rounded-xl border">
2020
<PlaceholderPattern className="absolute inset-0 size-full stroke-neutral-900/20 dark:stroke-neutral-100/20" />

0 commit comments

Comments
 (0)