0
chrobyte_org created
- ABP Framework version: v9.0.X
- UI Type: Angular and also Blazor Server
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Tiered (for MVC) or Auth Server Separated (for Angular): both
- Exception message and full stack trace:
- Steps to reproduce the issue:
4 Answer(s)
-
0
Hello, you will need to use
parentName
to group the navigation items.You can follow this documentation for managing navigation elements in angular: https://abp.io/docs/latest/framework/ui/angular/modifying-the-menu#how-to-add-a-navigation-element
You can also get a reference from here for blazor: https://abp.io/docs/latest/framework/ui/blazor/navigation-menu#menu-item-properties
-
0
-
0
Hello again, thank you for providing details. This is another problem which is going to be solved in the next release. You can use this style config to overcome this issue for the time being:
.lpx-header-bottom { overflow: inherit !important; }
I am refunding your ticket. Thank you for your cooperation.
-
0