Skip to content

Commit e2d4cd8

Browse files
committed
rm not needed scrollbar
1 parent 5bd0fff commit e2d4cd8

File tree

1 file changed

+1
-1
lines changed
  • packages/graphql-playground/src/components/Playground/DocExplorer

1 file changed

+1
-1
lines changed

packages/graphql-playground/src/components/Playground/DocExplorer/GraphDocs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class GraphDocs extends React.Component<
8585
stack => this.state.widthMap[stack.field.path] || columnWidth,
8686
)
8787

88-
return [rootWidth].concat(stackWidths).reduce((acc, curr) => acc + curr, 0)
88+
return [rootWidth].concat(stackWidths).reduce((acc, curr) => acc + curr, 2)
8989
}
9090

9191
componentDidMount() {

0 commit comments

Comments
 (0)