We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37553a1 commit 8f4a5d2Copy full SHA for 8f4a5d2
resources/js/pages/dashboard.tsx
@@ -14,7 +14,7 @@ export default function Dashboard() {
14
return (
15
<AppLayout breadcrumbs={breadcrumbs}>
16
<Head title="Dashboard" />
17
- <div className="flex h-full flex-1 flex-col gap-4 rounded-xl p-4">
+ <div className="flex h-full flex-1 flex-col gap-4 rounded-xl p-4 overflow-x-auto">
18
<div className="grid auto-rows-min gap-4 md:grid-cols-3">
19
<div className="border-sidebar-border/70 dark:border-sidebar-border relative aspect-video overflow-hidden rounded-xl border">
20
<PlaceholderPattern className="absolute inset-0 size-full stroke-neutral-900/20 dark:stroke-neutral-100/20" />
0 commit comments