Base solution for your next web application
Open Closed

Scrollbar missing in the left menu... v6.0.0 #5817


User avatar
1
mohamedaarif created

Scrollbar is missing in the left menu.


14 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    The vertical horizontal scroll is shown whenever you hover the menu. See the demo page

  • User Avatar
    0
    ashgadala created

    Below are the two images i am using the 6.1 version the scroll bar does not show up.

  • User Avatar
    0
    [email protected] created

    We have the same problem. We use ASP CORE + jquery MVC

  • User Avatar
    0
    ashgadala created

    Same here ASP NET Core + JQuery MVC

  • User Avatar
    0
    ismcagdas created
    Support Team
  • User Avatar
    0
    ashgadala created

    I am missing path to the Layout. I dont have default subfolder. Below is my path. and the code in the layout is as showin in the screen shot. Am i missing something?

    MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Views/Layout/_Layout.cshtml

    MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Views/Layout/Default/_Layout.cshtml

  • User Avatar
    0
    ashgadala created

    Any update on this?

  • User Avatar
    0
    ismcagdas created
    Support Team

    You Just need to add id="m_header" to header html item.

  • User Avatar
    0
    ashgadala created

    I get that from the commit. Bu there is no header element in the Layout.cshtml. Is it some where else?

  • User Avatar
    0
    ashgadala created

    Ok i found header here

    MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Views/Shared/Component/AppHeader/Default.cshtml

    and i added id and it did not work.

  • User Avatar
    0
    ashgadala created

    Any update

  • User Avatar
    0
    ismcagdas created
    Support Team

    Upgrading to latest version should fix the problem, see https://github.com/aspnetzero/aspnet-zero-core/issues/1821#issuecomment-434351476.

    So, you can compare your files with the latest version. If you can't solve the problem, please share your project with us and we will check it for you.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Please reopen if you haven't solved this problem.

  • User Avatar
    0
    ashgadala created

    @ISMCAGDAS,

    You guys have refractored all of them UICustomization. https://github.com/aspnetzero/aspnet-zero-core/commit/8dbcb3d9c68025ee0172a949cff7347ce2e965c2

    what is the best way to upgrade to new version? I cannot find any docuementation.

    If this is time consuming process. I request you to release the fix for just the side bar.