We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens on Safari on iOS, but I have been unable to reproduce it (for the purposes of debugging) on Chrome or Safari on Mac.
A solution might simply be to change Home by changing componentDidMount
Home
componentDidMount
componentDidMount() { window.scroll({ top: 0, left: 0, behavior: 'smooth' }); $("body").css("overflow", "hidden"); }
although it is unclear if this fixes the problem, on account of the reproducibility failure on desktop.
The text was updated successfully, but these errors were encountered:
2a385a2
Whoops somehow auto closed it. Can't replicate, need to find a victim with an iPhone.
Sorry, something went wrong.
No branches or pull requests
This happens on Safari on iOS, but I have been unable to reproduce it (for the purposes of debugging) on Chrome or Safari on Mac.
A solution might simply be to change
Home
by changingcomponentDidMount
componentDidMount() { window.scroll({ top: 0, left: 0, behavior: 'smooth' }); $("body").css("overflow", "hidden"); }
although it is unclear if this fixes the problem, on account of the reproducibility failure on desktop.
The text was updated successfully, but these errors were encountered: