Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

fix(docs): Add overflow for article legend (#2592)

Changed files
+2
packages
site
src
screens
docs
+2
packages/site/src/screens/docs/article.js
···
max-width: ${p => p.theme.layout.legend};
padding: ${p => p.theme.spacing.lg} ${p => p.theme.spacing.md};
margin: 0;
+
overflow: auto;
+
height: calc(100vh - ${p => p.theme.layout.header});
}
`;