From c7468b345b32f6d37d33bd3b8614c0b85d7ffcd2 Mon Sep 17 00:00:00 2001
From: vanessrw <vanessarebecca29@gmail.com>
Date: Tue, 3 Oct 2023 21:55:02 +0700
Subject: [PATCH] add: homescreen

---
 styles/global.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/styles/global.css b/styles/global.css
index 028ae30..82359a4 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -38,7 +38,7 @@ body {
     color: white;
     text-align: center; 
     padding: 10px;
-    position: fixed;
+    position: inherit;
     bottom: 0;
     width: 100%;
     height: 43px;
-- 
GitLab