-
Notifications
You must be signed in to change notification settings - Fork 14
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
NRPT-620: Adding popups on LNG pipeline segments #799
Conversation
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.
I'd add cursor: auto
to .leaflet-popup
so the cursor uses default style on popups.
NRPTI/angular/projects/public-lng/src/assets/styles/components/leaflet.scss
Lines 26 to 28 in 1890e01
.leaflet-popup { | |
margin-bottom: 30px; // Offset so we can see the marker | |
} |
angular/projects/public-lng/src/assets/styles/components/leaflet.scss
Outdated
Show resolved
Hide resolved
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.
Looks good! Only issue left is #797 has the same migration as this PR. It just depends on who merges first. The later merge should have the migration removed.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.