Dashboard region

By default, a dizmo can be moved around dizmoViewer by clicking anywhere on it and dragging it around. However, in some situations, this may not be the most appropriate or desired behavior from a user.

For instance, clicking and holding the mouse on a button should not move the dizmo. However, a dizmo supports this if it is not modified.

Use the CSS selector .no-dizmo-drag to mark the regions from which dragging should not be allowed. Such regions may include interactive elements such as buttons and lists.

The CSS is automatically generated from dizmoGen.

.no-dizmo-drag {
    -apple-dashboard-region: dashboard-region(control rectangle);
}