onesine / react-tailwindcss-datepicker

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
https://react-tailwindcss-datepicker.vercel.app/
MIT License
552 stars 169 forks source link

Fix datepicker height #285

Open faissaloux opened 4 weeks ago

faissaloux commented 4 weeks ago

Datepicker should take full height of its container (same thing already does for its width), so we can control it better.

Current

Screenshot from 2024-10-24 14-33-22

After

Screenshot from 2024-10-24 14-33-56