diff --git a/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx b/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx index ee1810aba..0ce4e9d08 100644 --- a/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx +++ b/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx @@ -616,15 +616,18 @@ const EditorBar = styled.div` display: flex; flex-direction: row; flex: 1; + height: 100%; ` const ResultWrap = styled.div` display: flex; flex-direction: column; flex: 1; + height: 100%; position: relative; border-left: none; background: ${p => p.theme.editorColours.resultBackground}; + overflow-anchor: auto; ` const DragBar = styled.div`