-
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:
why is it not centered but aligned left?
there should be a sub menu
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
sorry for the delay - we have parentName set.
-
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
.lpx-header-bottom {
overflow: inherit !important;
}works like a champ. Thank you!