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