Hello,
To achieve this you have to customize SideMenuLayout
as per your requirement for that you can refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/blazor?UI=BlazorServer#side-menu-layout
Also have look to similar issue https://support.abp.io/QA/Questions/3659/How-to-customizing-the-Layouts-page-or-choose-Empty-Layout-for-the-Blazor-app-using-LeptonX--lite if found helpful.
Thanks,
Hello,
To achive this you have to customize Navbar Componenet
as per you requirement for that you can refer https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular-customization#navbar-component.
Also check this similar issue if it helps you https://support.abp.io/QA/Questions/4358/Creating-new-layout-and-use-lepton-x--components-in-it.
Thank you.
Hello,
Please check https://github.com/auth0-samples/auth0-aspnetcore-mvc-samples/issues/35#issuecomment-602930250 and https://github.com/dotnet/aspnetcore/issues/45620#issuecomment-1440325035 similar issues.
please check if it helps you, not sure exactly?
Also check this article https://community.abp.io/posts/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
Thanks
Hi,
This seems to be a problem with cookies. It may be caused by the browser. Have you checked on another browsers (Edge, Incognito etc. )?
thanks
hi
You can try to use https
instead of http.
Chrome will block some cookies during http.
thanks
Hi,
Check for both if any logs showing error please share.
thanks
Hello,
Can you please share if any logs?
thanks
Hello,
Could you please elaborate more on your question or please share steps to reproduce the issue.
thanks,
Hello,
If you want to make the whole modal window larger then you have to apply the css for abp-modal only. but it will affect on all the abp-modal in your application. for example if I add below code in style.scss
.modal{
--bs-modal-width: 800px;
}
It will not done through abp-lookup-input.
Otherwise you have to customize it at your own.
Thanks,