summernote / react-summernote

Summernote (Super simple WYSIWYG editor) adaptation for react
http://summernote.org
MIT License
230 stars 108 forks source link

React summernote and bootstrap version are not compatible #127

Open Sahar-magh opened 1 month ago

Sahar-magh commented 1 month ago

Hello ,

I have an issur with the styling. The 'style' select options are not supposed to be looking like that : image also the modals image btw for the css I only changed the modal's position ; .note-modal .modal-dialog { margin-top : 14%; } for the versions , I have : "bootstrap": "^4.0.0", "react-summernote": "^2.0.2", "react": "^17.0.2", "react-bootstrap": "^2.10.4",