Ngx-quill: Link popup is misplaced to the left

Created on 1 Jun 2020  路  3Comments  路  Source: KillerCodeMonkey/ngx-quill

Hi, when using the quill-editor in a modal, I have the issue that the positioning of the link popup is too far to the left, and then being cutoff.
image

Looking at the quill-demo, there it is positioned correctly, so I assume this is a problem with ngx-quill?

Thanks! Let me know if you need more info!

Most helpful comment

[bounds]="'self'" fixed it. Thanks!

All 3 comments

It is working in my Demo.

You can Pass a bounds Input which is the Dom element everything is aligned
at.

Per Default it is document.body ;-).
https://github.com/KillerCodeMonkey/ngx-quill#config check for "bounds"

[bounds]="'self'" fixed it. Thanks!

no probs, glad you fixed it :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theCrius picture theCrius  路  3Comments

anshumandikshit picture anshumandikshit  路  3Comments

KeithGillette picture KeithGillette  路  4Comments

MarkusLei22 picture MarkusLei22  路  5Comments

agam16 picture agam16  路  5Comments