Replies: 1 comment
-
@viz1997 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hover card component:
https://www.shadcn-vue.com/docs/components/hover-card.html
I encountered some issues while using wxt createShadowRootUi to develop projects. Tailwind can be applied to the HoverCardTrigger of HoverCard normally, but when I hover my mouse over it, the content of HoverCardContent is displayed and I find that styles cannot be applied to HoverCardContent
Here is my code:
I don't know why this is happening. If anyone is aware of this issue and how to solve it, please let me know. Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions