summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-07-23 12:18:32 +0200
committermsquare <msquare@notrademark.de>2017-07-23 12:18:32 +0200
commit144b453bc6b594ea16838a006eb20b04e5b5ec19 (patch)
tree4c295b7d9380791502882625d9d6981b5de2d0c6 /src
parent2b834ba7f1fb585deb5a2e27186ba799e61e35ba (diff)
fix unreadable exception
Diffstat (limited to 'src')
-rw-r--r--src/Exceptions/Handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/Handler.php b/src/Exceptions/Handler.php
index 0532a7d8..942e11d6 100644
--- a/src/Exceptions/Handler.php
+++ b/src/Exceptions/Handler.php
@@ -72,7 +72,7 @@ class Handler
));
if ($this->environment == self::ENV_DEVELOPMENT) {
- echo '<pre style="background-color:#333;color:#ccc;z-index:1000;position:fixed;bottom:1em;padding:1em;width:97%;overflow-y:auto;">';
+ echo '<pre style="background-color:#333;color:#ccc;z-index:1000;position:absolute;top:1em;padding:1em;width:97%;overflow-y:auto;">';
echo sprintf('%s: (%s)' . PHP_EOL, ucfirst($type), $number);
var_export([
'string' => $string,