Skip to content

ERA-11313: Cursor GPS no longer working #1296

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

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Map/Map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
top: 0.5rem;
right: 0;
margin-right: 1rem;
z-index: 11;
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 index was provoking the compass being hide behind margins of this element.
I did several tests and I don't see an impact of having this z-index, the intention of this CSS block is to put in position the gps component along the compass button, this can be done with out having this kind of indexes

}

.timeslider-active {
Expand Down