From 0aa79b9c8ed756e48e61c5c94a097f767f4d1a5b Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Wed, 9 Aug 2023 06:07:21 +0800 Subject: [PATCH] adjust fab position --- src/views/Action/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Action/index.js b/src/views/Action/index.js index fc516bf..9ef0e7c 100644 --- a/src/views/Action/index.js +++ b/src/views/Action/index.js @@ -68,7 +68,7 @@ export default function Action() { width: fabWidth, height: fabWidth, left: window.innerWidth - fabWidth - fabWidth / 2, - top: window.innerHeight - fabWidth - fabWidth / 2, + top: window.innerHeight - fabWidth - fabWidth, }; return (