When I try to add link to very left text in quill editor the popUp opened is hiding in the left side.And I am using Snow theme.
The below image shows my issue.

If someone encounter this, by default Quill is bound to document.body.
On the instance you can use the bounds property to define your own container where Quill (tooltip, etc...) will be contained: Quill documentation
From the official documentation Quill is bound to document.body, you need to modify it:
<div id="quillContainer">
<ReactQuill
theme="snow"
bounds={'#quillContainer'}
/>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With