@julseb-lib/react 1.1.22 → 1.1.23
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.
- package/dist/{Image-MGXXN2GF.js → Image-2WXN57FZ.js} +2 -2
- package/dist/{chunk-FWI6XX5P.js → chunk-AKGT77NY.js} +3 -1
- package/dist/{chunk-FWI6XX5P.js.map → chunk-AKGT77NY.js.map} +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{Image-MGXXN2GF.js.map → Image-2WXN57FZ.js.map} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -2376,6 +2376,8 @@ function enableScroll() {
|
|
|
2376
2376
|
"data-scroll-position"
|
|
2377
2377
|
);
|
|
2378
2378
|
document.body.style.overflow = "";
|
|
2379
|
+
document.body.style.height = "";
|
|
2380
|
+
document.body.style.top = "";
|
|
2379
2381
|
document.body.removeAttribute("data-scroll-position");
|
|
2380
2382
|
if (scrollPosition) {
|
|
2381
2383
|
window.scrollTo(0, parseInt(scrollPosition));
|