Skip to content

Commit

Permalink
fix(VField): avoid cascaded overlay multiplier from parent components
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 20, 2024
1 parent 665c616 commit 88badc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/components/VField/VField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@include tools.layer('components')
/* region INPUT */
.v-field
--v-theme-overlay-multiplier: 1

display: grid
grid-template-areas: "prepend-inner field clear append-inner"
grid-template-columns: min-content minmax(0, 1fr) min-content min-content
Expand Down

0 comments on commit 88badc6

Please sign in to comment.