Skip to content

Commit 97fe2ac

Browse files
fix(home): backgorund max height limited 🐛
1 parent e607eae commit 97fe2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/home/views/home.view.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<v-row no-gutters>
55
<v-img
66
:min-height="'calc(100vh - ' + $vuetify.application.top + 'px)'"
7+
:max-height="'calc(100vh - ' + $vuetify.application.top + 'px)'"
78
:src="background || defaultBackground()"
89
>
910
<v-theme-provider dark>

0 commit comments

Comments
 (0)