diff --git a/src/Debugger/Main.elm b/src/Debugger/Main.elm index 0a7e67b..7fe43cc 100755 --- a/src/Debugger/Main.elm +++ b/src/Debugger/Main.elm @@ -506,6 +506,7 @@ popoutView model = , style "height" "100%" , style "font-family" "monospace" , style "display" "flex" + , style "background-color" "white" , style "flex-direction" (toFlexDirection model.layout) ] )