react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
Modal is not adjusting according to height
Here is one issue with the modal. If we don't have enough height to fit the modal, it is not handling it. Also, I tried to apply some zIndex but it is not working.
So is there any other way to handle this thing?
got it working?
Seems related to #166 and I'm facing the same issue. This fix is really needed.
Hi @skychavda,
Sorry for the delayed response.
Use the containerClassName property to set the z-index value (containerClassName) to learn more.
You can also adjust the popover position with the popoverDirection property (popoverDirection) to learn more.