Skip to content

Commit 9cb7a1a

Browse files
[docs] Fix Popover JSdoc (mui#48310)
Signed-off-by: nitzan-treg <nitzan.tregerman@gmail.com> Co-authored-by: Albert Yu <albert@albertyu.co>
1 parent f9b590e commit 9cb7a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/data/material/components/popover/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ githubSource: packages/mui-material/src/Popover
1313
Things to know when using the `Popover` component:
1414

1515
- 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.
16+
- `Popover` blocks scrolling and dismisses on click-away by default, unlike [`Popper`](/material-ui/react-popper/).
1717

1818
{{"component": "@mui/internal-core-docs/ComponentLinkHeader", "design": false}}
1919

0 commit comments

Comments
 (0)