-
I use In a Vue 2.x app I have successfully done this. However, in Vue 3 I experence that the hover event is not propagated past The CSS I have used looks like this:
So, my question is; how can I make the hover event reach my I'm using Vue 3.3.4 and Vuetify 3.3.15. Like I said, this works straight out of the box on Vue 2 because there are no shadow effect (i.e. no |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
.v-expansion-panel-title__overlay { pointer-events: none } |
Beta Was this translation helpful? Give feedback.
Thanks a lot! I also had to use the deep selector, so the following worked: