Open Closed

UI overlay issue in Blazor Server - Manage Host Features #4704


User avatar
0
balessi75 created

ABP Commercial 7.0.1 / Blazor Server / EF / Non tiered / Seperated Host and Tenant DBs

When clicking the "Manage Host Features" button, the vertical tabs for each management area is unintentinally on top of the "Feature Management" dialog.

This was reproduced with a newly templated blazor server solution.


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What's your project theme? Lepton or Lepton X?

  • User Avatar
    0
    balessi75 created

    Hi @maliming,

    We are using Lepton.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    We will fix that in the next version.

    You can add a custom style to solve it now.

        <style>
            .nav-pills {
                z-index: 1;
            }
        </style>
    

  • User Avatar
    0
    balessi75 created

    Thanks for confirming the fix in the next version. The workaround for now works as expected.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11