Skip to content

Commit bb845c0

Browse files
committed
chore: upgrade component-docs
1 parent e6ce1c4 commit bb845c0

File tree

3 files changed

+1202
-502
lines changed

3 files changed

+1202
-502
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"color": "^2.0.1",
25-
"component-docs": "^0.10.0",
25+
"component-docs": "^0.11.2",
2626
"linaria": "^0.5.0"
2727
}
2828
}

docs/pages/src/Home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const elevated = css`
6565

6666
const container = css`
6767
width: 100%;
68-
overflow-y: scroll;
68+
overflow-y: auto;
6969
`;
7070

7171
const cover = css`

0 commit comments

Comments
 (0)