You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
When the popover is initiated, the popover gets opacity: 1 and opacity: 0 on mouseout but sometimes this results in the popover being above a hoverable element. So it's better to use display: none and display block for the .mapify-popOver element.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the popover is initiated, the popover gets opacity: 1 and opacity: 0 on mouseout but sometimes this results in the popover being above a hoverable element. So it's better to use display: none and display block for the .mapify-popOver element.
The text was updated successfully, but these errors were encountered: