You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Thank you for building this awesome package. I love the smooth transitions ❤️
I wanted to point out a limitation and pitch a solutions. When we're using Datepicker within a container lets say SideDrawer in my case, its css remains responsive to window's media query. See this 👇
Hello, Thank you for building this awesome package. I love the smooth transitions ❤️
I wanted to point out a limitation and pitch a solutions. When we're using
Datepicker
within a container lets say SideDrawer in my case, its css remains responsive to window's media query. See this 👇Solution:
This could be solved if we implement styles using CSS Container Queries.
Here is proof of concept of the proposed solution.
CSS Container Queries have 92+ coverage on can I use.
TailwindCSS also supports this through a plugin.
If you're open to it, I can have an attempt at this. Let me know what you think. Thanks
The text was updated successfully, but these errors were encountered: