diff --git a/src/App.vue b/src/App.vue index ffb567b..311f8f8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,7 @@ export default { .bg-img { z-index: -1; position: fixed; - width: 100%; + width: 100vh; object-fit: cover; overflow: hidden; } diff --git a/src/components/MatchChatHistory.vue b/src/components/MatchChatHistory.vue index 79c5300..e241c40 100644 --- a/src/components/MatchChatHistory.vue +++ b/src/components/MatchChatHistory.vue @@ -1,5 +1,5 @@