Fix property name

This commit is contained in:
Leonid Logvinov
2018-05-04 22:41:39 +02:00
parent 33cc79c13b
commit 1a36459ab8
2 changed files with 672 additions and 581 deletions

View File

@@ -91,7 +91,7 @@ export class Documentation extends React.Component<DocumentationProps, Documenta
left: 0,
bottom: 0,
right: 0,
overflowZ: 'hidden',
overflowX: 'hidden',
overflowY: 'scroll',
minHeight: `calc(100vh - ${this.props.topBarHeight}px)`,
WebkitOverflowScrolling: 'touch',