Skip to content

Commit

Permalink
address "dragScroll does not work on multiMonth view #7324"
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 12, 2024
1 parent 9dbe1f3 commit d12ab76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions standard/packages/multimonth/src/MultiMonthView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export class MultiMonthView extends DateComponent<ViewProps, MultiMonthViewState
(monthTableWidth != null && monthTableWidth < 400) ?
'fc-multimonth-compact' :
'',
props.isHeightAuto ?
'' :
'fc-scroller', // for AutoScroller
]

return (
Expand Down

0 comments on commit d12ab76

Please sign in to comment.