-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
fix: updated z-index of map #9935
fix: updated z-index of map #9935
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9935 +/- ##
==========================================
- Coverage 49.54% 49.52% -0.02%
==========================================
Files 67 71 +4
Lines 20650 20899 +249
Branches 4980 5019 +39
==========================================
+ Hits 10231 10351 +120
- Misses 9131 9254 +123
- Partials 1288 1294 +6 ☔ View full report in Codecov by Sentry. |
@deveshidwivedi Thank you! There is another place that we display a map: http://world.openfoodfacts.localhost/packager-code/fr-80-001-002-ce Could you make a similar change there too? Thank you! |
Updated @stephanegigandet, thank you! |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @deveshidwivedi!
What
When scrolling, the map would cover other content. This PR corrects the z-index for the same for normal functioning and better UI.
Screenshot
Before:
After:
Related issue(s) and discussion