king
2022-08-12 54693078fa22b257ff8ae1b0f82ef483f8ee6a93
1
2
3
4
5
6
7
8
9
10
.custom-chart-edit-modal {
  .ant-modal {
    top: 50px;
    .ant-modal-body {
      max-height: calc(100vh - 190px);
      min-height: 50vh;
      padding-top: 10px;
    }
  }
}