body.animsition-active {
  overflow-x: hidden;
}

.animsition {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow: auto;
  overflow-y: auto;
}

.animsition.disable {
  position: initial;
  width: auto;
  min-height: auto;
  opacity: 1;
  overflow: hidden;
}
/*# sourceMappingURL=setup.animsition.css.map */