From 4d319d2f35af791897991db747ddaa3eb3326130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuzhan=20=C3=96=C4=9Freden?= Date: Wed, 16 Sep 2020 21:52:30 +0200 Subject: [PATCH] fix for issue #214 https://github.com/Wikiki/bulma-calendar/issues/214 --- src/sass/index.sass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sass/index.sass b/src/sass/index.sass index 65adb6a..e7f623c 100644 --- a/src/sass/index.sass +++ b/src/sass/index.sass @@ -579,8 +579,11 @@ $calendar-date-padding: .1rem 0 !default .modal .datetimepicker - display: block + display: none max-height: 95vh width: 22rem max-width: 95vw - overflow-y: auto \ No newline at end of file + overflow-y: auto + + .datetimepicker.is-active + display: block