You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue seems to appear on pages where Gutenberg is enabled.
For me it worked when I disabled Gutenberg blocks everywhere using the filter add_filter( 'use_block_editor_for_post', '__return_false' );.
Version information
Steps to reproduce
Try editing a layout on any page
Expected result
The modal pops up and lets you edit it
Actual result
When a layout is edited the modal pops up but cannot be edited because a dark grey overlay is covering it.
The text was updated successfully, but these errors were encountered: