Thank you a lot for helpful and important plugin.
What is your browser and OS?
windows 7
windows 10
chrome
explorer 11
What is your summernote version? 0.8.9
Screenshots which show my issues:
The following jsfiddle could reproduce the issues: https://jsfiddle.net/javatmp/30an2nu2/
Kindly, provide me with any solutions or suggestion for these issues.
Version 0.8.10 still has this issue.
This is how I fixed it:
.note-toolbar-wrapper {
height: auto !important;
}
Thank you @swbeeton your style solved this issue correctly.
Most helpful comment
This is how I fixed it: