This is just a guess, but try to create a following CSS:
.panelNode-<your-panel-name> {
overflow-x: hidden;
}
So for example, in case of the Cookies panel, it's:
.panelNode-cookies {
overflow-x: hidden;
}
Honza
On Oct 1, 3:29 pm, gmariani <[email protected]> wrote:
> I've built a Firebug extension and currently I've run into an issue
> where if you disable the panel you get a horizontal scrollbar. If you
> re-enable it, they go away. I don't see this horizontal scrollbar on
> any of the other tabs. Any ideas of what could be causing this? The
> panelNode is completely replaced by Firebug's disable panel html, and
> i haven't modified the panelnode css, not sure why it would do that.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---