We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24f59b commit 24f0c61Copy full SHA for 24f0c61
web/components/templates/dashboard/dashboardPage.tsx
@@ -312,7 +312,7 @@ const DashboardPage = (props: DashboardPageProps) => {
312
313
return (
314
<>
315
- <div className="flex h-screen w-full flex-col">
+ <div className="flex h-screen w-full flex-col overflow-x-hidden">
316
{!shouldShowMockData && (
317
<Header
318
title="Dashboard"
0 commit comments