File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const Example = ({ page }) => (
33
33
flex = "1"
34
34
padding = { `${ PAD } px ${ PAD * 2 } px` }
35
35
height = "100%"
36
- overflow = "hidden "
36
+ overflow = "auto "
37
37
>
38
38
< FadeIn >
39
39
< V height = "100%" >
@@ -194,4 +194,3 @@ const App = () => (
194
194
)
195
195
196
196
export default App
197
-
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export class B extends React.Component {
43
43
44
44
export class Flex extends React . Component {
45
45
render ( ) {
46
- return < B { ...this . props } display = "flex" overflow = "hidden" />
46
+ return < B { ...this . props } display = "flex" />
47
47
}
48
48
}
49
49
@@ -58,4 +58,3 @@ export class V extends React.Component {
58
58
return < Flex { ...this . props } flexDirection = "column" />
59
59
}
60
60
}
61
-
You can’t perform that action at this time.
0 commit comments