The editor overlaps any fields below it (in Firefox) at least.
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.
The editor overlaps any fields below it (in Firefox) at least.
What solves it for me is setting the height on
.ql-container
instead of.quill-editor
. Also thepadding-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.