ek0519 / nova-quilljs

A Laravel Nova implementation of the Quill editor for Vue.js
26 stars 21 forks source link

Editor overlaps fields below it #8

Closed sanderbaas closed 4 years ago

sanderbaas commented 4 years ago

The editor overlaps any fields below it (in Firefox) at least. image

What solves it for me is setting the height on .ql-container instead of .quill-editor. Also the padding-bottom is not needed that way. Of course the overall height of the editor then exceeds the set height due to the height of the toolbar, but I would prefer that to overlapping.

ek0519 commented 4 years ago

I release 0.2.1 , resolve editor overlaps problem, thanks.

sanderbaas commented 4 years ago

That was quick, thanks a lot. I can confirm the problem is solved!