Style Editor Find results obscured by find box

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:

  1. Open developer tools in Firefox on THIS discourse page.
  2. Click on the Style Editor tab.
  3. Click on the ‘normalize.scss’ file in the left column.
  4. Use Ctrl-F to reveal the find-text input bar.
  5. Type margin and repeatedly tap Ctrl-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.