We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b590e commit 9cb7a1aCopy full SHA for 9cb7a1a
1 file changed
docs/data/material/components/popover/popover.md
@@ -13,7 +13,7 @@ githubSource: packages/mui-material/src/Popover
13
Things to know when using the `Popover` component:
14
15
- The component is built on top of the [`Modal`](/material-ui/react-modal/) component.
16
-- The scroll and click away are blocked unlike with the [`Popper`](/material-ui/react-popper/) component.
+- `Popover` blocks scrolling and dismisses on click-away by default, unlike [`Popper`](/material-ui/react-popper/).
17
18
{{"component": "@mui/internal-core-docs/ComponentLinkHeader", "design": false}}
19
0 commit comments