From 73546d0fda65ce79271fd8e8a7ca6c2419e96176 Mon Sep 17 00:00:00 2001 From: unimu-cic <125171539+unimu-cic@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:29:02 +0800 Subject: [PATCH] fix: date picker event area --- src/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/globals.css b/src/app/globals.css index b069abf..243ad27 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,6 +2,10 @@ @tailwind components; @tailwind utilities; +.react-datepicker-wrapper { + @apply w-full; +} + .react-datepicker-wrapper input { @apply bg-transparent; @apply placeholder:text-black-300;