vue-tailwind-datepicker icon indicating copy to clipboard operation
vue-tailwind-datepicker copied to clipboard

How to force display:none with !important on Month and Year ?

Open aalfiann opened this issue 6 months ago • 4 comments

Describe the bug This vue-tailwind-datepicker is works well but I got some problem on Month and Year display.
This is might be a bug only for me because of my css template. Because my app is already big, I can't just modify the css.

it doesnt hide the Month and Year. so I got to use style="display:none !important" on element with class "px-0.5 sm:px-2" which is contains "flex flex-wrap"

Here is the screenshot

aalfiann avatar Jul 30 '24 01:07 aalfiann