diff --git a/src/views/Action/index.js b/src/views/Action/index.js index b2b1059..1921365 100644 --- a/src/views/Action/index.js +++ b/src/views/Action/index.js @@ -67,8 +67,8 @@ export default function Action() { windowSize, width: fabWidth, height: fabWidth, - left: window.innerWidth - fabWidth, - top: window.innerHeight - fabWidth, + left: window.innerWidth - fabWidth - fabWidth / 2, + top: window.innerHeight - fabWidth - fabWidth / 2, }; return (