Activities of "Anjali_Musmade"

Hi,

please try to add below code to global-style.css file.

.lpx-scroll-container.ps > .ps__rail-x,
.lpx-scroll-container.ps > .ps__rail-y, .lpx-scroll-container.ps:hover > .ps__rail-x,
.lpx-scroll-container.ps:hover > .ps__rail-y, .lpx-scroll-container.ps--focus > .ps__rail-x,
.lpx-scroll-container.ps--focus > .ps__rail-y, .lpx-scroll-container.ps--scrolling-x > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-x > .ps__rail-y, .lpx-scroll-container.ps--scrolling-y > .ps__rail-x,
.lpx-scroll-container.ps--scrolling-y > .ps__rail-y {
    z-index: unset !important;
}

It will result as

thanks

Hello,

I have added 20 submenus under Bookstore Menu Items through MenuContributor. At first glance the scrollbar is not visible as you can see in below image

but when I click on any submenu then also scrollbar is active as below

So if you don't have scrollbar just click on any menu item then the scrollbar will be active.

you may check this video

best regards,

Hi again,

do you want to remove this scrollbar?

please confirm on this so that I can better assist you.

Thanks

Hi,

Could you please provide some detailed steps or screenshot to reproduce the issue, and which version of ABP you are using.

for customization you may check this documentation https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#toolbar-contributors

Thanks

Hi,

I have check the issue but its working at my end in 7.3.2 version of ABP just like

you may check this similar issue https://support.abp.io/QA/Questions/3992/ABP-LeptonX-vertical-menu-missing-scrolling#answer-39eed288-a78f-f3ed-b07a-3a0767e57697

Thanks,

Hi,

for that you need to create a new component in angular project and Use angular material to create tabs which will result like

you can customize it as per your requirement.

or you may check this code

Thanks,

Hello

does the updated solution work?

Hello ,

If you want to create a project then use cli command abp new ProjectName-t app -u angular -m none --database-provider ef -csf --version 5.2.0

Thanks,

Hello ,

Please check this one 1.Ensure the redirect URIs exactly match your application's front-end URLs, including any necessary path segments. 2.Verify that the OAuth configuration in your ABP application aligns with your Azure AD setup, including the issuer, client ID, redirect URIs, and scopes. 3.Open your browser's developer console (usually by pressing F12) and look for any errors or warnings that might be preventing the page from loading correctly.

Check this code appsetting.json hostmodule

Thanks,

Hello ,

Please check this once document https://community.abp.io/posts/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l

Thanks,

Showing 721 to 730 of 1315 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 07:44