/* Sign-in covers legacy scanner chrome until its existing login transition. */
.enforcement-signin-shell {
  position: fixed;
  inset: 0;
  z-index: 1050;
  min-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
}
