@loomhq/lens 10.76.3 → 10.76.4

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.
@@ -123,7 +123,7 @@ export const ModalCard = (_a) => {
123
123
  window.removeEventListener('keydown', keyListener);
124
124
  };
125
125
  }, [isOpen, onCloseClick]);
126
- usePreventScroll('body', isOpen);
126
+ usePreventScroll('html', isOpen);
127
127
  return (React.createElement(FocusTrap, { active: isOpen, focusTrapOptions: {
128
128
  clickOutsideDeactivates: false,
129
129
  allowOutsideClick: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.76.3",
3
+ "version": "10.76.4",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",