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:
@@ -49,7 +49,7 @@
|
|||||||
"react": "15.6.1",
|
"react": "15.6.1",
|
||||||
"react-dom": "15.6.1",
|
"react-dom": "15.6.1",
|
||||||
"react-markdown": "^3.2.2",
|
"react-markdown": "^3.2.2",
|
||||||
"react-scroll": "^1.7.10",
|
"react-scroll": "0xproject/react-scroll#similar-to-pr-330",
|
||||||
"react-tooltip": "^3.2.7",
|
"react-tooltip": "^3.2.7",
|
||||||
"semver": "5.5.0"
|
"semver": "5.5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
"react-dom": "15.6.1",
|
"react-dom": "15.6.1",
|
||||||
"react-highlight": "0xproject/react-highlight",
|
"react-highlight": "0xproject/react-highlight",
|
||||||
"react-markdown": "^3.2.2",
|
"react-markdown": "^3.2.2",
|
||||||
"react-scroll": "^1.7.10",
|
"react-scroll": "0xproject/react-scroll#similar-to-pr-330",
|
||||||
"react-tap-event-plugin": "^2.0.1"
|
"react-tap-event-plugin": "^2.0.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
"react-popper": "^1.0.0-beta.6",
|
"react-popper": "^1.0.0-beta.6",
|
||||||
"react-redux": "^5.0.3",
|
"react-redux": "^5.0.3",
|
||||||
"react-router-dom": "^4.1.1",
|
"react-router-dom": "^4.1.1",
|
||||||
"react-scroll": "^1.7.10",
|
"react-scroll": "0xproject/react-scroll#similar-to-pr-330",
|
||||||
"react-tap-event-plugin": "^2.0.1",
|
"react-tap-event-plugin": "^2.0.1",
|
||||||
"react-tooltip": "^3.2.7",
|
"react-tooltip": "^3.2.7",
|
||||||
"redux": "^3.6.0",
|
"redux": "^3.6.0",
|
||||||
|
|||||||
12
yarn.lock
12
yarn.lock
@@ -10654,16 +10654,16 @@ react-router@^4.2.0:
|
|||||||
prop-types "^15.5.4"
|
prop-types "^15.5.4"
|
||||||
warning "^3.0.0"
|
warning "^3.0.0"
|
||||||
|
|
||||||
react-scroll@1.7.7:
|
react-scroll@0xproject/react-scroll#similar-to-pr-330:
|
||||||
version "1.7.7"
|
version "1.7.10"
|
||||||
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.7.7.tgz#948c40c9a189b62bf4a53ee0fd50e5d89d37260a"
|
resolved "https://codeload.github.com/0xproject/react-scroll/tar.gz/f28a6c51800152fde11e7362383992aa60a15703"
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash.throttle "^4.1.1"
|
lodash.throttle "^4.1.1"
|
||||||
prop-types "^15.5.8"
|
prop-types "^15.5.8"
|
||||||
|
|
||||||
react-scroll@^1.7.10:
|
react-scroll@1.7.7:
|
||||||
version "1.7.10"
|
version "1.7.7"
|
||||||
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.7.10.tgz#b59cfa11a899a362c6489607ed5865c9c5fd0b53"
|
resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.7.7.tgz#948c40c9a189b62bf4a53ee0fd50e5d89d37260a"
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash.throttle "^4.1.1"
|
lodash.throttle "^4.1.1"
|
||||||
prop-types "^15.5.8"
|
prop-types "^15.5.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user