Skip to content

Commit

Permalink
fix(VWindow): increase pointer-event specificity
Browse files Browse the repository at this point in the history
causes weird glitch where v-ripple__container eats
click events and prevents onClick from firing
  • Loading branch information
johnleider committed Jan 28, 2024
1 parent 6da78af commit b560ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VWindow/VWindow.sass
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
padding: $window-controls-padding
pointer-events: none

*
> *
pointer-events: auto

&--show-arrows-on-hover
Expand Down

0 comments on commit b560ead

Please sign in to comment.