Skip to content

Commit 1fef8aa

Browse files
authored
fix: body only counts as scrollable if documentElement is scrollable (#363)
1 parent 42fc77c commit 1fef8aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit && tsc --noEmit -p tests/typescript"
3333
},
3434
"dependencies": {
35-
"compute-scroll-into-view": "1.0.5"
35+
"compute-scroll-into-view": "1.0.6"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "7.0.0-beta.54",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,9 @@ component-emitter@^1.2.1:
13121312
version "1.2.1"
13131313
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6"
13141314

1315-
compute-scroll-into-view@1.0.5:
1316-
version "1.0.5"
1317-
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.5.tgz#dea9ce0edb17d981ea0d56e52b85c840430b91bf"
1315+
compute-scroll-into-view@1.0.6:
1316+
version "1.0.6"
1317+
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.6.tgz#8c004c1aea703f143c0928c7828eb73580863d4a"
13181318

13191319
concat-map@0.0.1:
13201320
version "0.0.1"

0 commit comments

Comments
 (0)