That seems to have fixed it, thanks! Any idea of what caused this? Not to mention how I could have found out that there are extension specific css classes loaded by Firebug. The documentation on extending Firebug is slim.
On Oct 1, 9:53 am, Jan Odvarko <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
