Move a SfDialog out of the viewport (browser window)

Hi

I open a SfDialog and want to move the dialog by the mouse partially out of the browser window.

When the right border of the dialog reaches the right border of the window the moving stops.

What are the right settings so that I can move the dialog to anywhere in the browser window?
Can I specify a min size that should remain inside (to not lose the dialog outside where I cannot click and move it again)

Thanks for any help!

Bruno


1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team July 21, 2025 06:02 AM UTC

The Dialog component is designed to remain within the boundaries of its container—typically the browser viewport or a specified target element. This behavior is intentional and follows standard UI/UX practices to ensure dialogs remain accessible and do not become unreachable.

Due to browser security constraints and DOM isolation, moving a dialog completely outside the current browser window or into another window is not supported.

Loader.
Up arrow icon