From 811f795304931b9880fe9ba0bd664b9a878c0d4d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 10 Aug 2018 15:33:46 +0100 Subject: [PATCH] Add an ugly fragile hack to make the calendar fill the vertical space. This is very fragile, but at least if it breaks it falls back to the previous behaviour so it's not the end of the world if it does. Fixes #16. --- src/components/Calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Calendar.tsx b/src/components/Calendar.tsx index 2c27892..9a648e7 100644 --- a/src/components/Calendar.tsx +++ b/src/components/Calendar.tsx @@ -61,7 +61,7 @@ class Calendar extends React.PureComponent { render() { return ( -
+