We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ce1c4 commit bb845c0Copy full SHA for bb845c0
docs/package.json
@@ -22,7 +22,7 @@
22
"license": "MIT",
23
"dependencies": {
24
"color": "^2.0.1",
25
- "component-docs": "^0.10.0",
+ "component-docs": "^0.11.2",
26
"linaria": "^0.5.0"
27
}
28
docs/pages/src/Home.js
@@ -65,7 +65,7 @@ const elevated = css`
65
66
const container = css`
67
width: 100%;
68
- overflow-y: scroll;
+ overflow-y: auto;
69
`;
70
71
const cover = css`
0 commit comments