There was an error while loading. Please reload this page.
1 parent cc5affa commit 2bda859Copy full SHA for 2bda859
1 file changed
apps/sim/app/workspace/[workspaceId]/logs/logs.tsx
@@ -1228,8 +1228,8 @@ export default function Logs() {
1228
filterTags={filterTags}
1229
/>
1230
{isDashboardView ? (
1231
- <div className='relative flex min-h-0 flex-1 flex-col overflow-auto'>
1232
- <div className='flex min-h-0 flex-1 flex-col px-6'>
+ <div className='relative flex min-h-0 flex-1 flex-col overflow-hidden'>
+ <div className='flex min-h-0 min-w-0 flex-1 flex-col overflow-y-auto overflow-x-hidden px-6'>
1233
<Dashboard
1234
stats={dashboardStatsQuery.data}
1235
isLoading={dashboardStatsQuery.isLoading}
0 commit comments