diff --git a/src/views/Action/index.js b/src/views/Action/index.js index 12c951a..2f883aa 100644 --- a/src/views/Action/index.js +++ b/src/views/Action/index.js @@ -76,7 +76,7 @@ export default function Action({ translator, fab }) { windowSize, width: fabWidth, height: fabWidth, - left: fab.x ?? windowSize.w - fabWidth, + left: fab.x ?? 0, top: fab.y ?? windowSize.h / 2, };