Skip to content

Commit

Permalink
Merge pull request #1528 from Vizzuality/fix/cient/sidedar-blink
Browse files Browse the repository at this point in the history
fixes sidebar blink
  • Loading branch information
andresgnlez authored Sep 29, 2023
2 parents 4835e3e + 108537b commit ffac62a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/layout/projects/show/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,6 @@ export const ProjectMap = (): JSX.Element => {
animate={{ y: 0, opacity: 1 }}
exit={{ y: -10, opacity: 0 }}
>
<Loading
visible={!mapInteractive}
className="absolute bottom-0 left-0 right-0 top-0 z-40 flex h-full w-full items-center justify-center bg-black bg-opacity-90"
iconClassName="w-10 h-10 text-primary-500"
/>

<HelpBeacon
id="project-map"
title="Map view"
Expand Down Expand Up @@ -632,8 +626,8 @@ export const ProjectMap = (): JSX.Element => {
)}
<Loading
visible={!mapInteractive}
className="absolute bottom-0 left-0 right-0 top-0 z-40 flex h-full w-full items-center justify-center bg-black bg-opacity-90"
iconClassName="w-10 h-10 text-primary-500"
className="absolute bottom-0 left-0 top-0 z-10 flex h-full w-full items-center justify-center bg-black/75"
iconClassName="w-10 h-10 text-primary-500 translate-x-[275px]"
/>
</motion.div>
)}
Expand Down

1 comment on commit ffac62a

@vercel
Copy link

@vercel vercel bot commented on ffac62a Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan-vizzuality1.vercel.app
marxan23.vercel.app
marxan-git-develop-vizzuality1.vercel.app

Please sign in to comment.