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 7a4c020 commit 97a68d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ body {
.ant-fullcalendar-header > .ant-radio-group {
display: none; // Fix to not show the month/year switch on the calendar component.
}

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

0 comments on commit 97a68d5

Please sign in to comment.