Closed CodeWringer closed 1 year ago
Perhaps the CSS styling rule z-index: 1000; might do it.
z-index: 1000;
Modal means, it will always be on top of all other windows and will be auto closed with the "cancel" option, if the user clicks anywhere outside of the dialog window.
Perhaps the CSS styling rule
z-index: 1000;
might do it.Modal means, it will always be on top of all other windows and will be auto closed with the "cancel" option, if the user clicks anywhere outside of the dialog window.