no scrollbars in options popup ported from Chrome in firefox webextension
I'm porting chrome extension to Firefox and I'm testing on Nightly 51a.. version. When I click the popup options icons it opens and scrollbars appear and after half a second those disappear. How to correct this? At the moment I've given a hyperlink in the top in the optins popup with this code which when clicked opens full view html in a new tab and this works just fine: <a style="font-size:1.5em;" href="options.html" target="_blank">Open Full Window</a> The popup that is being shown for a browser_action is, currently, being set to a maximum of 800x600 pixels (at least in my testing). However,