1
0
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:
cesarreyes3
2025-04-08 10:14:13 -05:00
committed by GitHub
parent 4b5068f540
commit 8cf24e3b5d

View File

@@ -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;