Open Closed

Hamburger menu doesn't show complete, in mobile UI. The background property doesn't show properly. #4612


User avatar
0
david.hurtado created

Hamburger menu doesn't show complete, in mobile UI. The background property doesn't show properly. In Light Theme doesn't show the orange background. In a simple solution generated by abp suite Works properly, but in our solution doesn''t work.

  • ABP Framework version: v7.0.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • We migrate form v 4.4.0 using Lepthom theam "Classic" but now in Lepthom Theme X we have this situation.
  • Can you help us?

3 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Are you using the latest version of LeptonX?

    Also make sure you changed theme package in package.json file

        "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~2.0.3",
        "@volo/aspnetcore.components.server.leptonxtheme": "~2.0.3",
    

    And run abp install-libs command.

    Then all the css & javascript files should be updated.

  • User Avatar
    0
    david.hurtado created

    I made changes that you suggest, but still doesn't have the normal behavior This is my package.json: Run the command But still don't works properly

  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Sorry for late answer, Unfortunately we couldn't reproduce the problem. Can you please provide us minimum reproduction steps to achieve this?

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