Skip to content

Commit

Permalink
fix(scheduler): do not enforce scrolling for month view area when in …
Browse files Browse the repository at this point in the history
…flex layout
  • Loading branch information
joneff committed Jan 8, 2020
1 parent 1c77168 commit c529512
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/default/scss/scheduler/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -805,10 +805,13 @@
height: auto;
}

// Force vertical scroll in monthview
// Force vertical scroll in monthview for jquery
.k-scheduler-content {
overflow-y: scroll;
}
&.k-scheduler-flex-layout .k-scheduler-content {
overflow-y: auto;
}
}


Expand Down

0 comments on commit c529512

Please sign in to comment.