From ed8ed3fcd9b2657c03d8cfb2cf0d7ae57ee6e2cc Mon Sep 17 00:00:00 2001 From: hackrobot Date: Tue, 25 Mar 2025 18:18:31 -0500 Subject: [PATCH] 'init' --- src/pages/index/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 36946c7..3f21348 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -176,7 +176,8 @@ } .footer { - position: absolute; + // position: absolute; + position: fixed; bottom: 0px; display: flex; flex-direction: column;