Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE](fix): improve drag and sort [GMW-756] #1027

Closed
wants to merge 7 commits into from
Closed

Conversation

anamontiaga
Copy link
Contributor

@anamontiaga anamontiaga commented Jan 15, 2024

Improve drag and sort

Feature relevant tickets

GMW-756

@anamontiaga anamontiaga marked this pull request as draft January 15, 2024 18:56
Copy link

vercel bot commented Jan 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mangrove-atlas ❌ Failed (Inspect) Jan 16, 2024 5:22pm

@@ -367,7 +367,7 @@ const MapContainer = ({ mapId }: { mapId: string }) => {
onSetCustomPolygon={handleCustomPolygon}
/>
)}
<Controls className="absolute bottom-9 right-6 items-center print:hidden">
<Controls className="absolute bottom-9 right-6 hidden items-center print:hidden md:block">
Copy link
Collaborator

Choose a reason for hiding this comment

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

hidden??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this component should not be on mobile

src/containers/navigation/index.tsx Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants