Skip to content

Commit

Permalink
fix(home): backgorund max height limited 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Jun 15, 2020
1 parent e607eae commit 97fe2ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/home/views/home.view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<v-row no-gutters>
<v-img
:min-height="'calc(100vh - ' + $vuetify.application.top + 'px)'"
:max-height="'calc(100vh - ' + $vuetify.application.top + 'px)'"
:src="background || defaultBackground()"
>
<v-theme-provider dark>
Expand Down

0 comments on commit 97fe2ac

Please sign in to comment.