Abrir Fechadas

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


User avatar
0
balessi75 criada

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 resposta (s)
  • User Avatar
    0
    maliming criada
    Equipe de Apoio Fullstack Developer

    hi

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

  • User Avatar
    0
    balessi75 criada

    Hi @maliming,

    We are using Lepton.

  • User Avatar
    0
    maliming criada
    Equipe de Apoio 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 criada

    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 março 25, 2024, 15:11