Open jtalbourdet opened 3 years ago
I'm seeing this too. My guess is a compatibility with Tailwind.
but it only seems to happen with the light theme
I am having the same issue. Anyone find a resolution yet?
Me too i have the same problem, tailwind + vuejs....does anyone find a solution? i try to find a class generated by the popover and style it with a display none.... i use to ---> !important. But doesn't work.
I am trying some things now but have not had any luck. It would be great to figure this out though as there are not really any good time pickers for Vue 3 that I can find...
@hanssteg if you see my picture, i had wanted to change color of the background & try to make identical to the first arrow and after change the color of the text and second arrow.... but i look in the console and there is no id or class or nothing to attach some css ....
I was able to get the arrow to disappear by adding this to my css. In my case, tailwind css adds an arrow to select fields
.vc-select select {
background-image: none;
}
@hanssteg top!!!! Thanks you!
I notice a problem with the timepicker dropdown, the arrow is displayed twice
Version: 3.0.0-alpha.4
"devDependencies": { "@inertiajs/inertia": "^0.8.4", "@inertiajs/inertia-vue3": "^0.3.5", "@inertiajs/progress": "^0.2.4", "@tailwindcss/forms": "^0.2.1", "@tailwindcss/typography": "^0.3.0", "@vue/compiler-sfc": "^3.0.5", "axios": "^0.21", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.1.14", "postcss-import": "^12.0.1", "tailwindcss": "^2.0.1", "vue": "^3.0.5", "vue-loader": "^16.1.2" }, "dependencies": { "v-calendar": "^3.0.0-alpha.4", "vue-tailwind": "^2.2.1" }