king
2020-10-26 c7df940632b5f238f524da651fbf27a91ff6ad36
src/assets/css/main.scss
@@ -9,6 +9,9 @@
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-weight: normal;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  &:hover {
    outline: none;
  }
@@ -254,7 +257,7 @@
.popview-modal {
  .ant-modal-body {
    min-height: 300px;
    min-height: 250px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
  }