Skip to content

Commit 85463eb

Browse files
authored
Merge pull request barryvdh#952 from Metallizzer/master
Update laravel-debugbar.css
2 parents 3d0d45c + 39956cd commit 85463eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ div.phpdebugbar {
33
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
44
direction: ltr;
55
text-align: left;
6-
z-index: 100000;
6+
z-index: 9999999999;
77
}
88

99
div.phpdebugbar-resize-handle {
@@ -316,4 +316,4 @@ ul.phpdebugbar-widgets-cache a.phpdebugbar-widgets-forget {
316316
color: #fff;
317317
text-decoration: none;
318318
line-height: 1.5rem;
319-
}
319+
}

0 commit comments

Comments
 (0)