lexical
lexical copied to clipboard
Bug: Table add-row button hides horizontal scroll
The add-row button covers the table horizontal scroll, makes it hard to scroll using a mouse.
Lexical version:
Steps To Reproduce
- Create a table with many columns so that the horizontal scroll appears
- Try to use the horizontal scroll using the mouse
- The add-row button appears when the mouse nears the bottom of the table and hides the horizontal scroll.
I looked into this one some time ago. The solution is with IntersectionObserver. We already have an Observer in the Table Hover Actions plugin. We need to introduce this one as well.
Wouldn't it be a quicker solution to simply add more pixels to the top value of the 'Add row' button?
![]()
Wouldn't it be a quicker solution to simply add more pixels to the top value of the 'Add row' button?
![]()
This only works if the textarea is not 100% of the vertical screen real estate.