
/* TypeFlow v6.6.10 — mouse wheel page scroll fix
   The main reading box is an internal programmatic viewport, but the user's
   wheel/trackpad gesture should scroll the document like a normal page. */
.typing-tool-page .tf-main-typing-stage .word-viewport{
  overscroll-behavior-y:auto !important;
  overscroll-behavior-x:auto !important;
  touch-action:pan-y !important;
  scrollbar-width:none !important;
}
.typing-tool-page .tf-main-typing-stage .word-viewport::-webkit-scrollbar{
  display:none !important;
}
