mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-23 09:41:48 +02:00
Fix debugbar z-index (#753)
This commit is contained in:
@@ -75,7 +75,7 @@ div.phpdebugbar {
|
||||
border-top: 0;
|
||||
font-family: var(--debugbar-font-sans);
|
||||
background: var(--debugbar-background);
|
||||
z-index: 10000;
|
||||
z-index: 10000000000;
|
||||
font-size: 14px;
|
||||
color: var(--debugbar-text);
|
||||
text-align: left;
|
||||
|
Reference in New Issue
Block a user