MrMufflon / Leaflet.Coordinates

Leaflet plugin to view mouse coordinates
http://mrmufflon.github.io/Leaflet.Coordinates/
Other
104 stars 55 forks source link

Does not update live coordinates when used with bootstrap 3.2.0 #11

Open vamsiampolu opened 10 years ago

vamsiampolu commented 10 years ago

I use the control along with bootstrap 3.2.0,I load bootstrap css,leaflet css and control css in that order,I find that the live update of location is not displayed,instead a tiny white rectangle displays above the rectangle.

Screenshot: http://bit.ly/1tCTIrM

I have added the .ie css file after the control's css,screenshot at http://bit.ly/11PQC7h

MrMufflon commented 10 years ago

I never used this control with bootstrap. It seems that the class "label" is also used by bootstrap which leads to interference. Either you can override these changes again in your custom CSS or you change the class-name in the code/CSS yourself.