1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-23 17:51:56 +02:00

Reset debugbar DOM position (#752)

* Reset debugbar DOM position

* Avoid hidden dumps on ignition
This commit is contained in:
erikn69
2025-03-11 12:29:58 -05:00
committed by GitHub
parent 56405224ab
commit 29fb81be6b

View File

@@ -5,6 +5,10 @@
}
}
div.phpdebugbar, div.phpdebugbar *, div.phpdebugbar :after, div.phpdebugbar :before {
position: static;
}
div.phpdebugbar,
div.phpdebugbar-openhandler {
--debugbar-background: #fff;
@@ -189,6 +193,7 @@ div.phpdebugbar code, div.phpdebugbar pre {
}
div.phpdebugbar pre.sf-dump {
display: block !important;
color: #a0a000;
outline: 0;
}