打开 关闭

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


User avatar
0
balessi75 创建

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 答案
  • User Avatar
    0
    maliming 创建
    支持团队 Fullstack Developer

    hi

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

  • User Avatar
    0
    balessi75 创建

    Hi @maliming,

    We are using Lepton.

  • User Avatar
    0
    maliming 创建
    支持团队 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 创建

    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 三月 25, 2024, 15:11