mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 18:51:42 +02:00
Reset debugbar DOM position (#752)
* Reset debugbar DOM position * Avoid hidden dumps on ignition
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.phpdebugbar, div.phpdebugbar *, div.phpdebugbar :after, div.phpdebugbar :before {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
div.phpdebugbar,
|
div.phpdebugbar,
|
||||||
div.phpdebugbar-openhandler {
|
div.phpdebugbar-openhandler {
|
||||||
--debugbar-background: #fff;
|
--debugbar-background: #fff;
|
||||||
@@ -189,6 +193,7 @@ div.phpdebugbar code, div.phpdebugbar pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.phpdebugbar pre.sf-dump {
|
div.phpdebugbar pre.sf-dump {
|
||||||
|
display: block !important;
|
||||||
color: #a0a000;
|
color: #a0a000;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user