ux-dashboard {
  .dashboard-container {
    position: relative;
    display: block;
    width: 100%;

    .dashboard {
      width: 100%;
      height: 100%;
    }

    .position-indicator {
      position: absolute;
      outline: 1px dashed @primary;
      background-color: rgba(@primary, 0.2);
    }
  }
}
