diff --git a/index.html b/index.html
index 5d50d85..493cec3 100644
--- a/index.html
+++ b/index.html
@@ -468,9 +468,10 @@
const apply = () => {
if (window.matchMedia('(min-width: 640px)').matches) {
Object.assign(panel.style, {
- left: 'calc(10rem + 1rem)',
- bottom: '1rem',
- top: 'auto',
+ // Desktop: top-right to avoid overlapping "Searched addresses" (which is left-side)
+ left: 'auto',
+ bottom: 'auto',
+ top: '1rem',
right: '1rem',
zIndex: '1000'
});
@@ -663,7 +664,7 @@