Skip to content

Commit

Permalink
overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Dec 14, 2024
1 parent ef77527 commit cbd5071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/funnels/FunnelHistogram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function FunnelHistogram(): JSX.Element | null {
<div
className={clsx('FunnelHistogram', {
scrollable: !isInDashboardContext,
'overflow-hidden': isInDashboardContext,
'dashboard-wrapper': isInDashboardContext,
})}
ref={ref}
Expand Down

0 comments on commit cbd5071

Please sign in to comment.