diff --git a/javascript/index.js b/javascript/index.js index 60e94eb..bb7ce19 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -74,10 +74,11 @@ Promise.resolve().then(async () => { wrap.style = ` top:${Math.max(48, topRect.top) - 10}px; position: fixed; - left: 0; - right: 0; + left: 10px; + right: 10px; z-index: 100; - bottom: 0;` + width: unset; + bottom: 10px;` } }) diff --git a/vue/index.tpl.js b/vue/index.tpl.js index 4febb5d..9baf613 100644 --- a/vue/index.tpl.js +++ b/vue/index.tpl.js @@ -54,10 +54,11 @@ Promise.resolve().then(async () => { wrap.style = ` top:${Math.max(48, topRect.top) - 10}px; position: fixed; - left: 0; - right: 0; + left: 10px; + right: 10px; z-index: 100; - bottom: 0;` + width: unset; + bottom: 10px;` } })