Skip to content

Commit

Permalink
fix(variant): always remove underlay from normal flow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 2, 2024
1 parent c0ff122 commit 6aea5e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vuetify/src/styles/tools/_variant.sass
Expand Up @@ -45,9 +45,11 @@
background: currentColor
opacity: var(--v-activated-opacity)
border-radius: inherit
position: absolute
top: 0
right: 0
bottom: 0
left: 0
pointer-events: none

.#{$name}__underlay
position: absolute

0 comments on commit 6aea5e4

Please sign in to comment.