From af4ce7f89011f0774130c877e90cecd9e4a8dc5c Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 20:39:35 +0100 Subject: [PATCH] Fix background size (until better solution) --- client/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.css b/client/src/index.css index 2a270bd..bc60660 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -8,7 +8,7 @@ body { background-repeat: no-repeat; background-position: center center; - background-size: cover; + background-size: auto 100%; background-attachment: fixed; height: 100%; width: 100%;