BrilliantPlugins / geometa-acf

A GeoMeta custom field type for ACF
GNU General Public License v2.0
9 stars 3 forks source link

map height #2

Closed lizeidsness closed 6 years ago

lizeidsness commented 6 years ago

I haven't thoroughly tested this in different browsers, but in chrome, the height of the map is only 300px, and coming from leaflet's css. The height in your geomaeta-acf.css isn't getting picked up, and the bottom 1.5 buttons are cut off. I added an !important to line 2 and it resolved the problem.

.acfgeometa_map {
    height: 400px !important;
    width: 100%;
}