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,