Skip to content

Commit

Permalink
fix(VFooter): only apply width when not using the inset prop
Browse files Browse the repository at this point in the history
fixes #8128
  • Loading branch information
johnleider committed Apr 21, 2020
1 parent f26c050 commit a7381aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/vuetify/src/components/VFooter/VFooter.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
.v-footer--absolute
position: absolute
width: 100%
&:not(.v-footer--inset)
// Component already uses measurable
// Remove in v3.0
width: 100%
.v-footer--fixed
position: fixed
Expand Down

0 comments on commit a7381aa

Please sign in to comment.