Skip to content

Commit 24f0c61

Browse files
committed
overflow hidden
1 parent a24f59b commit 24f0c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/templates/dashboard/dashboardPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const DashboardPage = (props: DashboardPageProps) => {
312312

313313
return (
314314
<>
315-
<div className="flex h-screen w-full flex-col">
315+
<div className="flex h-screen w-full flex-col overflow-x-hidden">
316316
{!shouldShowMockData && (
317317
<Header
318318
title="Dashboard"

0 commit comments

Comments
 (0)