django-formset icon indicating copy to clipboard operation
django-formset copied to clipboard

RichTextarea overflows

Open Actionb opened this issue 1 year ago • 4 comments

Content flows out of the bottom of the textarea.

richtext_overflow

Actionb avatar Apr 28 '23 08:04 Actionb

Hmmm, did you somehow modify the CSS? Which CSS framework are you using, it looks like Bootstrap. The element <div contenteditable="true" class="ProseMirror">…</div> should have overflow-y: auto;. Do you see that in your developer tools?

jrief avatar Apr 28 '23 09:04 jrief

No I haven't modified the CSS.

Only the Foundation framework has overflow for the ProseMirror set to auto: https://django-formset.fly.dev/foundation/advertisementform

The rest have overflow set to visible.

Actionb avatar Apr 28 '23 09:04 Actionb

Please check this demo: https://django-formset.fly.dev/foundation/advertisement

there is an issue with positioning, top should be ~40px but it currently is 109px. Don't know why.

jrief avatar Jun 18 '23 20:06 jrief

This is what that looks like for me:

Screenshot 2023-06-19 at 14-27-27 Django-Formset Demo

I see you fixed the issue with the overflow, but I'm not quite sure what you want me to look at in regards to the positioning. Do you even need absolute positioning here?

Actionb avatar Jun 19 '23 12:06 Actionb