#roomStage.canvas-drag-ready .panel-mock,
#roomStage.canvas-drag-ready .scene-panel {
  cursor: grab !important;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

#roomStage.canvas-drag-ready .panel-mock.dragging,
#roomStage.canvas-drag-ready .scene-panel.dragging {
  z-index: 18 !important;
  cursor: grabbing !important;
  transition: none !important;
  will-change: left, top;
}

#roomStage .panel-mock img,
#roomStage .scene-panel img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

#roomStage .quality-hint { pointer-events: none; }
#roomStage .scene-item-tools,
#roomStage .scene-item-tools button { touch-action: manipulation; }
