mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Merge pull request #216 from fernandosavio/patch-1
Hiding PHPDebugBar on @media print
This commit is contained in:
commit
8a3f058194
@ -1,3 +1,10 @@
|
||||
/* Hide debugbar when printing a page */
|
||||
@media print {
|
||||
div.phpdebugbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
div.phpdebugbar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user