soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.
MIT License
307 stars 113 forks source link

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

Open MarianoJP opened 2 months ago

MarianoJP commented 2 months ago

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

MarianoJP commented 2 months ago

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.