Merge pull request #952 from Metallizzer/master

Update laravel-debugbar.css
This commit is contained in:
Barry vd. Heuvel 2019-08-20 07:28:53 +02:00 committed by GitHub
commit 85463ebc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ div.phpdebugbar {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
direction: ltr;
text-align: left;
z-index: 100000;
z-index: 9999999999;
}
div.phpdebugbar-resize-handle {
@ -316,4 +316,4 @@ ul.phpdebugbar-widgets-cache a.phpdebugbar-widgets-forget {
color: #fff;
text-decoration: none;
line-height: 1.5rem;
}
}