2 lines
306 B
CSS
2 lines
306 B
CSS
.full-modal .ant-modal{max-width:100%;top:0;padding-bottom:0;margin:0}.full-modal .ant-modal-content{display:flex;flex-direction:column;height:100vh}.full-modal .ant-modal-body{flex:1}.default-height .ant-modal-content{display:flex;flex-direction:column;height:80vh}.default-height .ant-modal-body{flex:1}
|