From b57705e2d60ad02a97a5dbb9f4a9e3e26dfe5f90 Mon Sep 17 00:00:00 2001 From: Jakub Nowak Date: Sun, 9 Feb 2025 17:23:16 +0800 Subject: [PATCH] Fix the position to avoid gaps --- css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 98796e6..0fcbc5f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,7 +14,9 @@ body { } .bg { - position: absolute; + position: fixed; + top: 0; + left: 0; height: 100%; width: 100%;