From cbc5ff1ebeeef65b58767cc3e891f05111523c0f Mon Sep 17 00:00:00 2001 From: lewdry <30194191+lewdry@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:24:20 +1100 Subject: [PATCH] Add fixed position to body and html elements in styles.css --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 04fc075..183e213 100644 --- a/styles.css +++ b/styles.css @@ -13,4 +13,7 @@ body, html { width: 100%; height: 100%; display: block; + position: fixed; + top: 0; + left: 0; } \ No newline at end of file