diff --git a/src/app/HomePage.js b/src/app/HomePage.js
index 77f654e..c8595c8 100644
--- a/src/app/HomePage.js
+++ b/src/app/HomePage.js
@@ -252,7 +252,7 @@ function ColorModeToggleButton() {
icon={colorMode === "light" ? : }
onClick={toggleColorMode}
variant="ghost"
- position="absolute"
+ position="fixed"
bottom="3"
right="3"
/>