.profile-editor-dialog>form>header,
.profile-editor-dialog>form>footer{
  flex:0 0 auto;
}

.profile-editor-scroll{
  min-height:0;
  flex:1 1 auto;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  touch-action:pan-y;
  -webkit-overflow-scrolling:touch;
}

@media(max-width:700px){
  .profile-editor-dialog>form>header p{
    display:none;
  }

  .profile-editor-dialog{
    height:calc(100dvh - 24px);
    max-height:calc(100dvh - 24px);
    margin-block:12px;
  }

  .profile-editor-dialog>form{
    height:100%;
    max-height:none;
  }

  .profile-editor-scroll{
    padding-bottom:28px;
  }
}
