Open Closed

leptonx top menu - sub menu broken #8815


User avatar
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:

why is it not centered but aligned left?

there should be a sub menu


4 Answer(s)
  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    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

  • User Avatar
    0
    jfistelmann created

    sorry for the delay - we have parentName set.

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    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.

  • User Avatar
    0
    jfistelmann created

    .lpx-header-bottom { overflow: inherit !important; }

    works like a champ. Thank you!

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 20, 2025, 18:00