diff --git a/lib/webcomponent/float-menu.js b/lib/webcomponent/float-menu.js index f3680c3..b362283 100644 --- a/lib/webcomponent/float-menu.js +++ b/lib/webcomponent/float-menu.js @@ -116,6 +116,16 @@ template.innerHTML = `
`; diff --git a/src/App.svelte b/src/App.svelte index 7a4aadc..95ca8fc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -37,7 +37,7 @@ height: 0; display: block; position: absolute; - top: 12%; + top: 20%; } }