I have a date picker component made with a tailwind and alpine js, I used this as my reference to my date picker. My problem is the mobile responsiveness when I'm on a small device the date picker just overflows in the remaining space at the bottom. is there any way to add like a smart dropdown that goes up when there's no space at the bottom?
I also tried putting media queries when in small devices, but it doesn't suit my needs.