fixed exception page to show error info that is longer than screen

This commit is contained in:
Carsten Brandt
2014-10-22 23:19:20 +02:00
parent 0c8faedd33
commit 95afdceb55

View File

@ -88,6 +88,7 @@ html,body{
} }
.header pre{ .header pre{
margin: 10px 0; margin: 10px 0;
overflow-y: scroll;
} }
/* previous exceptions */ /* previous exceptions */