Open muni-oscar-parra opened 2 years ago
Hi, I'm afraid this will need more work than it looks like since this seems to be linked to an overflow: hidden
statement within the BelongsToMany
field, meaning we should render the menu in the DOM's root (body) and position it correctly in the screen, which is not as easy as it seems as this field can be included inside other complex fields with complex positioning/collapsing mechanisms. Maybe a redesign of the menu as a fixed pop-up would be more suitable to the variety of cases it has to cover.
I upgrade to nova 4 and now he layouts menu is not displayed correctly using component inside belongs to many fields, however within resource fields it works
Configuration where it does not work, inside belongs to many fields
configuration where it works, in resource fields