From 3102dfe898dfa550238709d8190f2f50e4cd3dc1 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Fri, 23 Jan 2026 22:50:04 +0000 Subject: [PATCH] Workflow updating files of mantlewallet --- mantlewallet/index.html | 70 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/mantlewallet/index.html b/mantlewallet/index.html index 5d50d85..493cec3 100644 --- a/mantlewallet/index.html +++ b/mantlewallet/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 @@
-