Use our fork of react-scroll that fixes scrolling within an absolutely positioned div to work correctly. See: https://github.com/fisshy/react-scroll/pull/330

This commit is contained in:
Fabio Berger
2018-08-01 18:56:31 +02:00
parent 3bdf6004ca
commit 5e3bbbbb3c
4 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@
"react": "15.6.1",
"react-dom": "15.6.1",
"react-markdown": "^3.2.2",
"react-scroll": "^1.7.10",
"react-scroll": "0xproject/react-scroll#similar-to-pr-330",
"react-tooltip": "^3.2.7",
"semver": "5.5.0"
},