From 48e32432e3f3b8819c39ef3f316fcee863bf1f3e Mon Sep 17 00:00:00 2001 From: Giorgio Atanasov Date: Fri, 6 Dec 2019 20:08:48 -0800 Subject: [PATCH] Fixing background sizing --- frontend/src/components/SignUpLandingLayout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SignUpLandingLayout.css b/frontend/src/components/SignUpLandingLayout.css index 67985ef2..dae71566 100644 --- a/frontend/src/components/SignUpLandingLayout.css +++ b/frontend/src/components/SignUpLandingLayout.css @@ -20,7 +20,7 @@ } .pageBackground { - /* position: absolute; */ + position: absolute; height: 100%; left: 0; width: 100%;