From 215521a2e79f112fa35f9bdcc11d75f3fe876578 Mon Sep 17 00:00:00 2001 From: Rajat Parashar Date: Thu, 17 Jun 2021 21:00:40 +0530 Subject: [PATCH] fix: m-web context menu --- src/components/Popover/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Popover/index.js b/src/components/Popover/index.js index e2ea99d50b2b..030defd138b8 100644 --- a/src/components/Popover/index.js +++ b/src/components/Popover/index.js @@ -30,6 +30,7 @@ const Popover = (props) => { popoverAnchorPosition={props.isSmallScreenWidth ? undefined : props.anchorPosition} // eslint-disable-next-line react/jsx-props-no-spreading {...props} + fullscreen={props.isSmallScreenWidth ? true : props.fullscreen} animationIn={props.isSmallScreenWidth ? undefined : props.animationIn} animationOut={props.isSmallScreenWidth ? undefined : props.animationOut} />