v152 ยท window-drag

Inheritance and overrides

This page uses the actual CSS property name window-drag and reports whether the current browser accepts the standardized move/none values. Outside installed desktop app windows, it remains a safe visual and computed-style probe.

Inherited move region with nested opt-out

Inherited drag area

Because window-drag is inherited, child controls in a drag region need an explicit none override when they should stay clickable.

Compare the inherited region and the nested override.

code path

.drag-region { window-drag: move; }
.drag-region button { window-drag: none; }

see also