mcguffin / acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap
https://wordpress.org/plugins/acf-openstreetmap-field/
GNU General Public License v3.0
107 stars 22 forks source link

OSM - Input Styles prevent usage of TinyMCE Fields #76

Closed schrittweiter closed 2 years ago

schrittweiter commented 3 years ago

A bug has sneaked into the last version, which prevents the use of TinyMCE fields in ACF blocks. The CSS property must refer to the OSM field type.

.acf-block-preview iframe {
    pointer-events: none;
}

Best regards David