@stokr/components-library 2.3.58-beta.5 → 2.3.58-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,6 +192,7 @@ var Header = function Header(_ref3) {
192
192
  document.body.style.overflow = 'unset';
193
193
  document.body.style.position = 'relative';
194
194
  document.body.style.width = 'auto';
195
+ document.documentElement.style.overflowY = 'unset';
195
196
  };
196
197
  }, []);
197
198
  (0, _react.useEffect)(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.58-beta.5",
3
+ "version": "2.3.58-beta.6",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",