alphagov / govuk-browser-extension

Chrome and Firefox extension for developers working on GOV.UK.
22 stars 5 forks source link

Scrollbar in window #81

Closed tijmenb closed 6 years ago

tijmenb commented 6 years ago

On a page like https://www.gov.uk/education the extension window shows a scrollbar:

screen shot 2017-10-03 at 10 55 31
tomsabin commented 6 years ago

This seems to be only a problem when a page has A/B testing, one solution could be to increase the height of the extension, but unfortunately this seems to be outside of our control. From what I've checked, the maximum dimensions the extension can be is 800px wide and 600px high.

Perhaps we could combine the "A/B test" and "Highlight Components" toggles together instead? https://github.com/alphagov/govuk-toolkit-chrome/pull/84 should resolve this