Dialog Service Backgroung

Hi,

I'm trying to use a dialog service in my project and i get a strange result.
Here it is :


I don't understand why there is like a shadow behind the dialog service.
Here is my code :
Dialog service :

Call of the dialog service :

dynamic x = await dialogService.OpenAsync(title: Localizer["pagetitle"], null, new DialogOptions() { Width = "900px", ShowClose = false });

Regards,

It looks as if there are two dialogs. Check if you don't have <RadzenDialog /> somewhere else in your app.

You're right.
I put a component in my page that have a <RadzenDialog />.
Thanks a lot.

Regards,