diff --git a/src/styles/getModalStyles/getBaseModalStyles.js b/src/styles/getModalStyles/getBaseModalStyles.js index b7a3317963ca..c7697b1de6ea 100644 --- a/src/styles/getModalStyles/getBaseModalStyles.js +++ b/src/styles/getModalStyles/getBaseModalStyles.js @@ -237,6 +237,7 @@ export default (type, windowDimensions, popoverAnchorPosition = {}, innerContain translateX: isSmallScreenWidth ? windowWidth : variables.sideBarWidth, }, }; + hideBackdrop = true; swipeDirection = undefined; shouldAddBottomSafeAreaPadding = true; shouldAddTopSafeAreaPadding = true;