React Js : Quill editor's link tooltip is not appearing properly on top of a div container that has overflow: scroll; property

Viewed 17

I am trying to bring quill editor's link tooltip on top of a div container that has overflow: scroll; property in reactjs. Please refer codesandbox

I expect the tooltip to appear on top of div container without cropping or without reducing the width of div/tooltip. Could someone please help me with this?

0 Answers
Related