shramov / leaflet-plugins

Plugins for Leaflet library
http://psha.org.ru/b/leaflet-plugins.html
MIT License
722 stars 289 forks source link

.leaflet-yandex-layer position absolute #260

Closed rendrom closed 5 years ago

rendrom commented 7 years ago

leaflet-plugins@3.0.0 leaflet@1.0.3

Yandex Layer container hide containers of plugins like https://github.com/w8r/Leaflet.Modal or https://github.com/Turbo87/leaflet-sidebar

Example https://jsfiddle.net/rendrom/v7ctukak/2/

fix https://jsfiddle.net/rendrom/v7ctukak/3/

.leaflet-yandex-layer {
  position: absolute;
}
johnd0e commented 5 years ago

No issue after #285 https://jsfiddle.net/johnd0e/9jwf8yeh/

brunob commented 5 years ago

Can be closed since #285 is merged