Skip to content

Commit 1a7f838

Browse files
committed
Allow error to be scrolled
1 parent 57fa69d commit 1a7f838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-dev-utils/failFast.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
'z-index': 1337,
1515
'font-family': 'Menlo, Consolas, monospace',
1616
color: 'rgb(232, 232, 232)',
17-
'white-space': 'pre-wrap'
17+
'white-space': 'pre-wrap',
18+
overflow: 'auto'
1819
}
1920

2021
const headerStyle = {

0 commit comments

Comments
 (0)