From 47630dbcd2fdb52cdd488bafeb0ef95bcb70301d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 8 Oct 2022 10:18:08 +0200 Subject: [PATCH] Fixed date time picker arrow getting placed on the very edge of the popper --- src/utils/DateInput.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/utils/DateInput.tsx b/src/utils/DateInput.tsx index f2b7cc96..84c41cb5 100644 --- a/src/utils/DateInput.tsx +++ b/src/utils/DateInput.tsx @@ -17,6 +17,12 @@ export const DateInput = (props: DateInputProps) => {