How to open a modal component in full screen?

Hey Pete! I just put in a request for this. In the meantime, Custom CSS might be our best bet here.

Here's the CSS that works for me:

#editorModalMount > div > div > div > div > div.ant-modal-content > div {
  padding: 0px;
}