diff --git a/package.json b/package.json index 2b2b09ea..27c0e641 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-storefront", - "version": "8.3.3", + "version": "8.3.4", "description": "Build and deploy e-commerce progressive web apps (PWAs) in record time.", "module": "./index.js", "license": "Apache-2.0", diff --git a/src/search/SearchPopover.js b/src/search/SearchPopover.js index 9fbf41fb..c455a039 100644 --- a/src/search/SearchPopover.js +++ b/src/search/SearchPopover.js @@ -42,6 +42,7 @@ export default function SearchPopover({ classes, children, open, onClose, anchor disableEnforceFocus disableRestoreFocus disablePortal + disableScrollLock keepMounted onClose={onClose} anchorEl={anchor.current}