Performing a search in the Style Editor results in a situation where a wrapped search match ends up UNDER the find-text input bar.
Firefox version: 75.0
Platform: Windows 10 Pro 64-bit Version 1909 Build 18363.778
How to replicate:
- Open developer tools in Firefox on THIS discourse page.
- Click on the Style Editor tab.
- Click on the ‘normalize.scss’ file in the left column.
- Use
Ctrl-F
to reveal the find-text input bar. - Type
margin
and repeatedly tapCtrl-G
to reach the end of the file then once more to wrap search to the first instance in the file.
I’ve attached a screen shot of my tools window showing the issue.
I suggest a review of the scroll offset calculation to factor in the height of the find-text input bar.