The document says: the basic dialog window is an overlay positioned within the viewport.
Is there anyway to make it draggable partly outside the viewport? like the window in Windows system, you could drag it to 99% outside the screen.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the answer here: jQuery UI Dialog / Drag Question
This does the magic, thanks.
Btw: you may want to add “overflow: hidden;” somewhere, e.g. body {overflow: hidden;}