We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e607eae commit 97fe2acCopy full SHA for 97fe2ac
src/modules/home/views/home.view.vue
@@ -4,6 +4,7 @@
4
<v-row no-gutters>
5
<v-img
6
:min-height="'calc(100vh - ' + $vuetify.application.top + 'px)'"
7
+ :max-height="'calc(100vh - ' + $vuetify.application.top + 'px)'"
8
:src="background || defaultBackground()"
9
>
10
<v-theme-provider dark>
0 commit comments