1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-18 23:31:24 +02:00

Reset debugbar DOM position

This commit is contained in:
erikn69
2025-03-11 10:45:07 -05:00
committed by GitHub
parent 56405224ab
commit aa370d04a3

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;