Activities of "Anjali_Musmade"

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 ,

You can add following code in styles.scss file.

div.lpx-brand-logo{
  background-size: auto 34px;
  background-position: right 0px;
  height:36px;
}

.lpx-sidebar .lpx-logo-container .menu-collapse-icon {
  right:230px;
}

It will result like this

Thank you.

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 result like

It will not done through abp-lookup-input.

Otherwise you have to customize it at your own.

Thanks,

Hello,

Sorry but it is not available yet and We have no plan to do it.

Thanks

Hello ,

You can write this code in styles.scss file.

div#data-tables-table-filter { display: grid; }

Thank you.

Showing 551 to 560 of 1341 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20