body {
    min-height: 100dvh;
    display: flex;
    flex-grow: 1;
    position: relative;

    -webkit-overflow-scrolling: touch;
    min-height: -webkit-fill-available;

    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
