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;
}
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,
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,
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,