Skip to content

Commit 4ae54b4

Browse files
committed
Merge branch 'pr-136' into stack-1.0.2
fixes elm#136
2 parents 9404a82 + 923496e commit 4ae54b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Debugger/Main.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ popoutView model =
506506
, style "height" "100%"
507507
, style "font-family" "monospace"
508508
, style "display" "flex"
509+
, style "background-color" "white"
509510
, style "flex-direction" (toFlexDirection model.layout)
510511
]
511512
)

0 commit comments

Comments
 (0)