Much appreciate the great work! The issue I'm running into is nested menus do not drop down at all. For example:
ActiveAdmin.register Post do
menu parent: "Blog"
end
ActiveAdmin menus normally would if a parent is specified, cause the particular page Post to appear under a given menu, but is instead the child menu overlaps its parent.
Much appreciate the great work! The issue I'm running into is nested menus do not drop down at all. For example:
ActiveAdmin menus normally would if a
parentis specified, cause the particular pagePostto appear under a given menu, but is instead the child menu overlaps its parent.