We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bedb7 commit 5520b6aCopy full SHA for 5520b6a
Dumper/HtmlDumper.php
@@ -31,7 +31,7 @@ class HtmlDumper extends CliDumper
31
protected $headerIsDumped = false;
32
protected $lastDepth = -1;
33
protected $styles = array(
34
- 'default' => 'background-color:#18171B; color:#FF8400; line-height:1.2em; font:12px Menlo, Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap',
+ 'default' => 'background-color:#18171B; color:#FF8400; line-height:1.2em; font:12px Menlo, Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap; position:relative; z-index:100000',
35
'num' => 'font-weight:bold; color:#1299DA',
36
'const' => 'font-weight:bold',
37
'str' => 'font-weight:bold; color:#56DB3A',
0 commit comments