recamshak / django-debug-panel

django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.
BSD 3-Clause "New" or "Revised" License
404 stars 69 forks source link

Hide debug-toolbar in main window? #9

Closed ianwalter closed 6 years ago

ianwalter commented 9 years ago

Is there any way to hide the debug-toolbar in the main window while the one within chrome dev tools is active?

dave4jr commented 8 years ago

+1 Did you figure out how to do this?

ianwalter commented 8 years ago

No, sorry.

dave4jr commented 8 years ago

Solved it by putting display: none !important; on the Django Debug Toolbar side button.