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.

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!
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 :)
Most helpful comment
[bounds]="'self'"fixed it. Thanks!