You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If we use multiple editors in one page such that we have to scroll the page, dropdown goes out of alignment with the toolbar button
To Reproduce
Steps to reproduce the behavior:
use multiple editors in one page
Click on any toolbar button that opens a dropdown, e.g, Text color picker
Expected behavior
Dropdown should be positioned with the button
Additional context
in src/ui/DropDown.tsx on line number 38, we are assigning top value for dropdown, i think we should also take vertical scroll into account
The text was updated successfully, but these errors were encountered:
Describe the bug
If we use multiple editors in one page such that we have to scroll the page, dropdown goes out of alignment with the toolbar button
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dropdown should be positioned with the button
Additional context
in src/ui/DropDown.tsx on line number 38, we are assigning top value for dropdown, i think we should also take vertical scroll into account
The text was updated successfully, but these errors were encountered: