> Are you setting the height of any elements in the popup?
>
No. In fact the actual content is dynamically created using javascript
so I cant predict how tall the content will be.
The extension looks into the active page for certain type of links
(any link whose href property meets a given regexp). The popup page
then displays a list of those links, so sometimes there's just a few
(even one) or there could be few dozens. I cant predict how long the
list will be.
The list is dynamically created preparing the corresponding HTML into
a variable then injected in the page with something like this:
document.getElementById("container").innerHTML = linkListInHTML