From e3d8c486db5798688cbcc041f65ce22c4b592b13 Mon Sep 17 00:00:00 2001 From: Zach Florian Date: Sun, 8 Oct 2023 22:01:14 -0400 Subject: [PATCH] fixed backdrop image --- class_registration_app/src/components/Home.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/class_registration_app/src/components/Home.vue b/class_registration_app/src/components/Home.vue index 07e5638..0db014d 100644 --- a/class_registration_app/src/components/Home.vue +++ b/class_registration_app/src/components/Home.vue @@ -48,10 +48,14 @@ } .backdrop { + position: fixed; + left: 0%; + top: 0%; height: 100vh; width: 100vw; background-image: url("https://today.uconn.edu/wp-content/uploads/2020/03/Aerial131009a125.jpg"); - background-size: contain; + background-size:cover; + background-repeat: no-repeat; } .logos {