Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/sim/app/workspace/[workspaceId]/logs/logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1228,8 +1228,8 @@ export default function Logs() {
filterTags={filterTags}
/>
{isDashboardView ? (
<div className='relative flex min-h-0 flex-1 flex-col overflow-auto'>
<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'>
<Dashboard
stats={dashboardStatsQuery.data}
isLoading={dashboardStatsQuery.isLoading}
Expand Down
Loading