123456789101112131415161718192021222324 |
- // {
- // .ant-modal {
-
-
-
- // .ant-modal-body {
- // overflow-y: scroll;
- // height: 90%;
- // }
- // }
- // }
-
- .modalContainer {
- :global(.ant-modal-content) {
- height: 700px;
- overflow: hidden;
-
- }
-
- :global(.ant-modal-body) {
- overflow-y: scroll;
- height: 90%;
- }
- }
|