mozilla / firefox-code-coverage-frontend

The Firefox code coverage diff viewer allows determining code coverage changes for added lines per changeset.
https://firefox-code-coverage.herokuapp.com/
Mozilla Public License 2.0
9 stars 19 forks source link

File viewer - Add source file scroll bar #116

Open klahnakoski opened 6 years ago

klahnakoski commented 6 years ago

The tests list scroll bar and the page scroll bar are beside each other, making it difficult to figure out which scroll bar is used to scroll the source code. Please put the source code in a scrolling div (like the test list) so the source code scroll bar is left of the tests list.

From https://github.com/klahnakoski/firefox-code-coverage-frontend/issues/47

armenzg commented 6 years ago

Could you please place a screenshot or link for others to see what you mean? Thanks!