This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
windows close button doesn't show until zoomed, panned, manually reflowed, or a new window opened #796
Closed
Description
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:
- map is zoomed
- map is panned
- another window is opened (but the new window won't have a close button)
- manually reflowed
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