get-scroll-info
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -18,3 +18,3 @@ 'use strict'; | ||
if (isWebkit) { | ||
el = document.body; | ||
el = document.scrollingElement ? document.scrollingElement : document.body; | ||
} else { | ||
@@ -21,0 +21,0 @@ el = docEl; |
{ | ||
"name": "get-scroll-info", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Get Scroll Information", | ||
@@ -5,0 +5,0 @@ "repository": "react-atomic/react-atomic-organism", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2999