DialogService Confirm hiding behind Side Dialog

I have a Blazor web app (.net 8) with a Material theme.
I open a side dialog with entries. When I attempt to delete one of the entries, I prompt the use with DialogService.Confirm Dialog, it is hidden behind the side dialog.
What would you recommend I do to resolve this issue ?

Check this thread:

This solution works, thank you for the quick reply.