king
2021-01-07 696d85238a734a4b691f486fde05c93fc5dba3ab
src/assets/css/main.scss
@@ -255,10 +255,11 @@
  }
}
.popview-modal {
.ant-modal.popview-modal {
  top: 80px;
  .ant-modal-body {
    min-height: 250px;
    max-height: calc(100vh - 190px);
    max-height: calc(100vh - 210px);
    overflow-y: auto;
  }
  .ant-modal-body::-webkit-scrollbar {