react-remove-scroll-bar
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -62,5 +62,3 @@ import * as tslib_1 from "tslib"; | ||
var gap = this.state.gap; | ||
return gap.gap | ||
? React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') }) | ||
: null; | ||
return React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') }); | ||
}; | ||
@@ -67,0 +65,0 @@ return RemoveScrollBar; |
@@ -64,5 +64,3 @@ "use strict"; | ||
var gap = this.state.gap; | ||
return gap.gap | ||
? React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') }) | ||
: null; | ||
return React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? "!important" : '') }); | ||
}; | ||
@@ -69,0 +67,0 @@ return RemoveScrollBar; |
{ | ||
"name": "react-remove-scroll-bar", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Removes body scroll without content _shake_", | ||
@@ -5,0 +5,0 @@ "main": "dist/es5/index.js", |
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
14465
293