diff --git a/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx b/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx index d3d4ee19d..9d7ff7655 100644 --- a/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx +++ b/packages/graphql-playground-react/src/components/Playground/GraphQLEditor.tsx @@ -690,15 +690,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`