Hi, I stumbled upon a strange behavior with the SfDialog.
When I set a "Target" and call "ShowAsync(true)" to show the dialog in fullscreen, everything works fine. But after I call "HideAsync" the scroll bar of the page disappears and scrolling is no longer possible.
I first noticed the behavior in a ".NET MAUI Blazor" project, but I was able to recreate it in a "Blazor Server" project as well. I have attached an example project.
As far as I can see, it has something to do with the CSS classes "e-dlg-target" and "e-scroll-disabled". These are set on the "target element" as well as on the "body" when the dialog is opened. However, when closing the dialog, these classes are only removed from the "target element", but not from the "body".
So my workaround is to manually remove the CSS classes from the "body".
But I don't think this behavior is intentional, so I wanted to let you know about it.
Greetings Florian
Attachment: SfDialogExample_9633ec57.zip