File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ export default class App extends React.Component<IProps, IState> {
241241 } >
242242 </ AppBar >
243243 < div id = "map" > </ div >
244- < Dialog open = { this . state . aboutOpen } onRequestClose = { ( ) => this . dialogClosed ( ) } >
244+ < Dialog open = { this . state . aboutOpen } onRequestClose = { ( ) => this . dialogClosed ( ) } autoScrollBodyContent = { true } repositionOnUpdate = { false } autoDetectWindowHeight = { false } >
245245 < About lastModifiedTime = { this . state . lastModifiedTime } />
246246 </ Dialog >
247- < Dialog open = { this . state . link != null } onRequestClose = { ( ) => { this . setState ( { link : null } ) ; } } >
247+ < Dialog open = { this . state . link != null } onRequestClose = { ( ) => { this . setState ( { link : null } ) ; } } autoScrollBodyContent = { true } repositionOnUpdate = { false } autoDetectWindowHeight = { false } >
248248 < dl >
249249 < dt > License ID:</ dt >
250250 < dd >
You can’t perform that action at this time.
0 commit comments