From 2c10c1bcbb45722e3fa311ed8b292d3141e63568 Mon Sep 17 00:00:00 2001 From: BenjaVR Date: Mon, 18 Feb 2019 00:20:30 +0100 Subject: [PATCH] Fix to make calendar a little more responsive on mobile --- src/index.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. }