From 979edda9056b4e0ad370743e0798b7f58a0e5ff1 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 3 Feb 2022 18:20:31 +0100 Subject: [PATCH] fixed bug with background image --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 311f8f8..ffb567b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,7 @@ export default { .bg-img { z-index: -1; position: fixed; - width: 100vh; + width: 100%; object-fit: cover; overflow: hidden; }