BlackBox on the bottom instead of top?
-
Can you make an option that toggles whether BlackBox is shown at the top or the bottom of the window?
To manually change this, you have to edit the following in
styles.css
#blackbox-web-debug {
top: auto;
bottom: 0;
}#blackbox-web-debug div.debug-panel {
position: fixed;
bottom: 28px;
left: 0;
right: 0;
}https://www.ads-software.com/extend/plugins/blackbox-debug-bar/
- The topic ‘BlackBox on the bottom instead of top?’ is closed to new replies.