all styles on the modal and the editor are inlined styles, but we don't know where they are set
in the current version added styles on .ReactModalOverlay, .ReactModalContent and .ace_editor which do take effect but it's not the best solution for sure (overriding the style attribute with !important)
i am trying to find a cleaner way but atm the only way to style the modal is either overwrite the styles with !important from your css OR set the styles from the javascript/react code.
all styles on the modal and the editor are inlined styles, but we don't know where they are set
in the current version added styles on .ReactModalOverlay, .ReactModalContent and .ace_editor which do take effect but it's not the best solution for sure (overriding the style attribute with !important)
where and how is the modal configured?