From 2e4a05ded3cf4f27f3507be3d5e721f32cc1048b Mon Sep 17 00:00:00 2001 From: slice Date: Wed, 26 Apr 2023 20:22:54 -0700 Subject: [PATCH] fix color changer wrong pos --- src/components/ColorChanger.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ColorChanger.module.css b/src/components/ColorChanger.module.css index 2fb4877..3800c81 100644 --- a/src/components/ColorChanger.module.css +++ b/src/components/ColorChanger.module.css @@ -1,5 +1,5 @@ .colorChanger { - position: absolute; + position: fixed; right: 0; bottom: 0;