From 20ef99318503932eb5062ab1174dda228e81b1fd Mon Sep 17 00:00:00 2001 From: Gautam Anand Date: Thu, 31 Oct 2024 11:26:49 -0500 Subject: [PATCH] Better legacymap --- components/home.js | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/components/home.js b/components/home.js index f1cbbd1..9886ddf 100644 --- a/components/home.js +++ b/components/home.js @@ -1803,16 +1803,22 @@ setShowCountryButtons(false)
{ latLong && latLong?.lat && latLong?.long && legacyMapLoader ? ( <> - + }} + style={{ + width: '100vw', + height: 'calc(100vh + 300px)', + zIndex: 100, + transform: 'translateY(-285px)', + }}> {/* put something in the top left to cover the address */} -
- +
*/}