Dmitry Spiridonov
Results
2
comments of
Dmitry Spiridonov
have the same error, any updates on this?
Fixed this issue by doing the following: ``` handleDialogOpen = () => { document.querySelector('#homePage').style.position = 'fixed' this.setState({ dialogOpen: true, }) } handleDialogClose = () => { document.querySelector('#homePage').style.position = 'static this.setState({...