/* Stage1005 Web: prevent root-page vertical movement while a match is visible. */
html.trf-web-game-lock,
html.trf-web-game-lock body.trf-web{
  width:100%;
  height:100% !important;
  max-height:100% !important;
  overflow:hidden !important;
  overscroll-behavior:none !important;
}

html.trf-web-game-lock body.trf-web #play{
  height:100vh !important;
  height:100dvh !important;
  max-height:100vh !important;
  max-height:100dvh !important;
  overflow:hidden !important;
  overscroll-behavior:none !important;
}
