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 was archived by the owner on Nov 30, 2018. It is now read-only.
Noticing this on the demo as well as in my app on v1.1, v1.2, and v2.0.
The x button and the arrow below the map don't show unless:
http://www.filedropper.com/pin-close-button-error
I have found suggestions that this may be a conflict with bootstrap's img settings - they suggest setting
#map img { max-width: none; }
but I haven't found this to actually fix anything (I think that bootstrap removed the
img { max-width: 100%; }
that was conflicting before.I do notice that if I manually force a reflow of the window in question the img appears but this seems wonky.
Thanks
The text was updated successfully, but these errors were encountered: