mozilla / fx-private-relay-add-on

Companion add-on for Firefox Relay. Keep your email safe from hackers and trackers. Make an email alias with one click, and keep your address to yourself.
https://addons.mozilla.org/en-US/firefox/addon/private-relay
Mozilla Public License 2.0
68 stars 15 forks source link

MPP-3396: Remove redundant scrollbar #531

Closed rafeerahman closed 12 months ago

rafeerahman commented 1 year ago

This PR fixes MPP-3396.

New feature description

There is a redundant scrollbar that shows up sometimes, but it is not needed. (See the ticket for examples)

Screenshot of fix

Showcasing that there is no more redundant scrollbar in the body of the extension.

https://github.com/mozilla/fx-private-relay-add-on/assets/59676643/2585c18f-6ba9-4b24-953e-8468deff1fed

How to test

  1. Navigate to a website’s register page with an email field (e.g. Reddit sign up);

  2. Open the Relay Field Icon menu;

  3. Scroll inside it and observe that there is no scrollbar for the body of the extension

  4. Optionally, generate a few masks and redo steps 1-3;

Checklist