1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 02:01:30 +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; border-top: 0;
font-family: var(--debugbar-font-sans); font-family: var(--debugbar-font-sans);
background: var(--debugbar-background); background: var(--debugbar-background);
z-index: 10000; z-index: 10000000000;
font-size: 14px; font-size: 14px;
color: var(--debugbar-text); color: var(--debugbar-text);
text-align: left; text-align: left;