To better hide the modal when editing pages, we have replaced the previous CSS with:
body.wp-admin.post-type-page #tawcvs-modal-container {
display: none !important;
}
This way, we are not hiding the default wordpress modal class, but hiding the modal generated by this plugin.