dkniffin / active_material

ActiveAdmin skin based on Google's Material Design
MIT License
177 stars 69 forks source link

Add support for nested menu #92

Open IshmeetSingh06 opened 1 month ago

IshmeetSingh06 commented 1 month ago

Apparently active_material does not support nested submenus for the active admin, Is this by choice or we have not updated the package to support it?

For example, when I try to create a menu item with nested submenu, it messes up the layout:

image

As shown in the image the submenu is overlapping the main menu and some of the menu items are being hidden Nested menu support was added a while back in active admin https://github.com/activeadmin/activeadmin/pull/5994 If you remove the styling provided by active_material and just use the core styling by active admin it works fine:

image
IshmeetSingh06 commented 4 weeks ago

Hi @dkniffin any plans on having this implemented?