.yw-form-dialog {
  :global {
    .ant-modal-body {
      overflow-y: auto;
      max-height: calc(100vh - 300px);
      padding-bottom: 0;
    }
  }
}
