Search code examples
glimpsefirebug-lite

can I prevent firebug lite div from stacking on top of the glimpse div?


Firebug lite displays a div tag in the bottom right of the window when included on a page. The new tool Glimpse uses the same method to display a div for it's activation as well. My problem is that the glimpse div appears under the firebug div in z-order.

Is there a simple clever way to solve this?


Solution

  • You can change Firebug Lite options to not display that little icon:

    https://getfirebug.com/firebug-lite.js#showIconWhenHidden=false

    There are different ways to set options. Read more here:

    http://getfirebug.com/firebuglite#Options