Fix property name
This commit is contained in:
parent
33cc79c13b
commit
1a36459ab8
@ -91,7 +91,7 @@ export class Documentation extends React.Component<DocumentationProps, Documenta
|
|||||||
left: 0,
|
left: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
overflowZ: 'hidden',
|
overflowX: 'hidden',
|
||||||
overflowY: 'scroll',
|
overflowY: 'scroll',
|
||||||
minHeight: `calc(100vh - ${this.props.topBarHeight}px)`,
|
minHeight: `calc(100vh - ${this.props.topBarHeight}px)`,
|
||||||
WebkitOverflowScrolling: 'touch',
|
WebkitOverflowScrolling: 'touch',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user