.container {
  position: relative;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  max-height: inherit;

  &::-webkit-scrollbar {
    display: none;
  }
}

