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

@@ -10654,16 +10654,16 @@ react-router@^4.2.0:
prop-types "^15.5.4"
warning "^3.0.0"
react-scroll@1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.7.7.tgz#948c40c9a189b62bf4a53ee0fd50e5d89d37260a"
react-scroll@0xproject/react-scroll#similar-to-pr-330:
version "1.7.10"
resolved "https://codeload.github.com/0xproject/react-scroll/tar.gz/f28a6c51800152fde11e7362383992aa60a15703"
dependencies:
lodash.throttle "^4.1.1"
prop-types "^15.5.8"
react-scroll@^1.7.10:
version "1.7.10"
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.7.10.tgz#b59cfa11a899a362c6489607ed5865c9c5fd0b53"
react-scroll@1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.7.7.tgz#948c40c9a189b62bf4a53ee0fd50e5d89d37260a"
dependencies:
lodash.throttle "^4.1.1"
prop-types "^15.5.8"