Dashboard region
By default, a dizmo can be moved around dizmoViewer by clicking anywhere in it and dragging it around; however, in some situations this may not be the most appropriate or desired behavior.
For instance, clicking and holding the mouse on a button should not move the dizmo; however, without any modification a dizmo allows this to happen. To specify regions from which dragging should not be allowed.
Use the CSS selector .no-dizmo-drag
to mark these regions (buttons,lists and other interactive elements):
The CSS is automatically generated from dizmoGen.
.no-dizmo-drag {
-apple-dashboard-region: dashboard-region(control rectangle);
}