diff --git a/src/index.scss b/src/index.scss index 55cdc44..7486d0b 100644 --- a/src/index.scss +++ b/src/index.scss @@ -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. }