/* Prevent Retype's off-canvas contents panel from widening mobile pages. */
html,
body {
  overflow-x: clip;
}

@media (max-width: 767px) {
  #retype-header > .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  #retype-history-button {
    width: 2rem;
    height: 2rem;
  }
}
