When we add a Field that supports for example custom attributes or custom query args, once we add such custom attributes or custom args, we cannot delete them, because the row which holds the inputs and delete button disappears, since the containing parent has overflow:hidden
Please see screenshot.
https://drive.google.com/file/d/1T247VJZdC2Xy5CdSaFs7gT8KX1oUDuKC/view?usp=sharing
https://drive.google.com/file/d/1p36wNteswAwzF0L4u8NN4T3qJDLMzW7O/view?usp=sharing
The style is added in /meta-box-aio/vendor/meta-box/meta-box-builder/assets/css/builder.css with overflow: hidden
.
This perhaps should be changed, as we need to change it in the browser console each time we want to delete either a query arg or custom attribute.
While its easy to workaround it, it would be cool if it could be fixed