Skip to content

Commit

Permalink
Fix to make calendar a little more responsive on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaVR committed Feb 17, 2019
1 parent 97a68d5 commit 2c10c1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ body {
}

.ant-fullcalendar.ant-fullcalendar-full.ant-fullcalendar-fullscreen {
// Fix to make calendar a little more responsive on mobile.
overflow-x: scroll;
overflow-y: hidden;
overflow-y: hidden; // Fix to make calendar a little more responsive on mobile.
}

0 comments on commit 2c10c1b

Please sign in to comment.