/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
.nz-base-pointerCaptor {
  touch-action: none;

  &.nz-captured {
    > .nz-overlay {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
    }
  }
}
