html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

body.tv-mode {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#app {
  margin: auto;
  transform-origin: 0 0;
  position: relative;
  width: 100%;
  min-height: 100%;
}

#app.tv-mode {
  width: auto;
  min-height: 0;
}
#app.debug {
  outline: 5px dashed dodgerblue;
  outline-offset: -5px;
}/*# sourceMappingURL=app-fit.css.map */
