Leaflet / Leaflet.fullscreen

A fullscreen control for Leaflet
http://leaflet.github.io/Leaflet.fullscreen/
ISC License
436 stars 117 forks source link

CSS Issue #56

Closed BourbonCrow closed 7 years ago

BourbonCrow commented 8 years ago

Fullscreen with 'pseudoFullscreen': false didnt work as it should in chrome (didn't test other browsers)

faulty line .leaflet-container.leaflet-fullscreen-on {

was a space missing

should be

.leaflet-container .leaflet-fullscreen-on {

then it all works

jfirebaugh commented 7 years ago

I don't think the change you're proposing is correct. .leaflet-container and .leaflet-fullscreen-on are applied to the same element, therefore they should not have a space in the CSS.