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
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