soccerloway/quill-better-table

Operation-Menu goes outside screen size when Quill is near bottom:

MarianoJP opened this issue · 1 comments

If your quill editor is position on your page near the bottom of the screen, the operation menu goes outside the screen and thus renders it unusable. You can even test it in the Quill Better Table Demo. Just add a couple of lines to bring the table near the bottom of your screen. Open the Operation Menu with right-click and it will be outside the screen.

Please let me know how it can be fixed.

Thank you.

Mariano.
outsidescreen

By the way, I am using this in a Blazor application, and the resulting menu (the HTML div section) is put on the main page rather than the parent div of the editor, thus the scroll is not available.