From 7a58546700f190ae37d8329da5182c7732bd715f Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 14 Aug 2020 18:21:40 -0700 Subject: [PATCH] bug fix for light/dark mode toggle this will keep it always in the corner of the screen, instead of weirdness when the container is not very tall --- src/app/HomePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />